COLOR #9BCF39

HEX: #9BCF39
RGB: (155,207,57)

Color info

#9BCF39 contains mainly red and green colors. Web safe color of #9BCF39 is #99CC33 (or #9C3).

RGB color model

#9BCF39 color RGB value is (155,207,57).

  • red value is 155;
  • green value is 207;
  • blue value is 57.
RGB:
(155,207,57)
(61%,81%,22%)

RGB channels and saturation

R 155 of 255 = 61%
G 207 of 255 = 81%
B 57 of 255 = 22%

155
207
57

R + G + B ~ 55%. #9BCF39 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
155 + 207 + 57 = 419 (100%)
R 155 of 419 ~ 36.99%
G 207 of 419 ~ 49.4%
B 57 of 419 ~ 13.6%

%36.99
%49.4
%13.6

CMYK color model

#9BCF39 color CMYK value is (25,0,72,19).

  • cyan value is 25.12%
  • magenta value is 0.00%
  • yellow value is 72.46%
  • key color value is 18.82%
CMYK:
(25,0,72,19)
C25M0Y72K19 
(25%,0%,72%,19%)
(0.25/0.00/0.72/0.19)	

CMYK percentages

%25.12
%0
%72.46
%18.82

Codes

Color #9BCF39 in popluar color models

9BCF39
RGB15520757
HSL81°60.98%51.76%
HSB/HSV81°72.46%81.18%
CMYK25.12%0.00%72.46%
18.82%

Color #9BCF39 in popluar number systems.

HEX9BCF39
Decimal15520757
Binary1001101111001111111001
Octal23331771

Shades and tints

Shades of #9BCF39

#9BCF39
(155,207,57)
#8DBD34
(141,189,52)
#7FAB2F
(127,171,47)
#71992A
(113,153,42)
#638725
(99,135,37)
#557520
(85,117,32)
#47631B
(71,99,27)
#395116
(57,81,22)
#2B3F11
(43,63,17)
#1D2D0C
(29,45,12)
#0F1B07
(15,27,7)
#000000
(0,0,0)

Tints of #9BCF39

#9BCF39
(155,207,57)
#A4D34B
(164,211,75)
#ADD75D
(173,215,93)
#B6DB6F
(182,219,111)
#BFDF81
(191,223,129)
#C8E393
(200,227,147)
#D1E7A5
(209,231,165)
#DAEBB7
(218,235,183)
#E3EFC9
(227,239,201)
#ECF3DB
(236,243,219)
#F5F7ED
(245,247,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9BCF39 color. Also use rgb(155,207,57) instead hex code.

Text Font Color

.myTextColor { color: #9BCF39; }

<p style="color:#9BCF39">This sample text font color is #9BCF39.</p>

This text font color is #9BCF39.


Background Color

.myBgColor { background-color: #9BCF39; }

<div style="background-color:#9BCF39">Inner text</div>

This div background color is #9BCF39.


Border color

.myBorderColor { border: 1px solid #9BCF39; }

<div style="border:3px solid #9BCF39">Div</div>

This div border color is #9BCF39.


Opacity

.myOpacity80 { color: #9BCF39; opacity: 0.8; }

<p style="color:#9BCF39;opacity:0.8;">80%</p>

Text with #9BCF39 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #9BCF39;}

<p style="text-shadow: 3px 3px 1px #9BCF39">Text here.</p>

This text has shadow with #9BCF39 color.

.textShadow {text-shadow: 3px 3px 1px #9BCF39, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #9BCF39, 5px 5px 20px red">Text here.</p>

This text has shadow with #9BCF39 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#9BCF39, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#9BCF39, Direction=45, Strength=4)">Text</p>

This text has shadow with #9BCF39 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #9BCF39;
  -webkit-box-shadow:	1px 1px 3px 2px #9BCF39;
  box-shadow:		1px 1px 3px 2px #9BCF39;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #9BCF39;
-webkit-box-shadow: 1px 1px 3px 2px #9BCF39;
box-shadow:1px 1px 3px 2px #9BCF39;">
Div content here</div>
This div box has shadow with color #9BCF39.

Preview

Color preview on black background

This text has color #9BCF39 on black background.


Color preview on white background

This text has color #9BCF39 on white background.



Black color preview on #9BCF39 background

This text has black color on #9BCF39 background.


White color preview on #9BCF39 background

This text has white color on #9BCF39 background.