Shades of Yellow Green #86CB19
Tints of Yellow Green #86CB19
RGB
CMYK
RGB Variations
Color information
#86CB19 (or 0x86CB19) is known color: Yellow Green. HEX triplet: 86, CB and 19. RGB value is (134,203,25). Sum of RGB (Red+Green+Blue) = 134+203+25=362 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.02% from 362); Green value is 203 (79.69% from 255 or 56.08% from 362); Blue value is 25 (10.16% from 255 or 6.91% from 362); Max value from RGB is 203 - color contains mainly: green. Hex color #86CB19 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #86CB19 is #7934E6. Grayscale: #A2A2A2. Windows color (decimal): -7943399 or 1690502. OLE color: 1690502.
HSL color Cylindrical-coordinate representation of color #86CB19: hue angle of 83.26º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #86CB19 is Cyan = 0.34, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 134 | 203 | 25 | - |
| CMYK | 0.34 | 0 | 0.88 | 0.20 |
| HSL | 83.26º | 0.78% | 0.45% | - |
| HSV(B) | 83.26º | 0.88% | 0.8% | - |
| XYZ | 31.36 | 47.85 | 8.5 | - |
| YUV | 162.08 | 50.64 | 107.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 203 | 25 | 0.34 | 0 | 0.88 | 0.20 | 83.26 | 0.78 | 0.45 |
| Hex | 86 | CB | 19 | 22 | 0 | 58 | 14 | 53 | 4E | 2D |
| Octal | 206 | 313 | 31 | 42 | 0 | 130 | 24 | 123 | 116 | 55 |
| Binary | 10000110 | 11001011 | 11001 | 100010 | 0 | 1011000 | 10100 | 1010011 | 1001110 | 101101 |
Color Harmonies of #86CB19
Complementary color
Monochromatic Colors of #86CB19
Black with #86CB19
Text Example
Text Example
White with #86CB19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86CB19; }
p { color: rgb(134,203,25); }
H1.HeaderClassName
{
color: #86CB19;
}
.AnyTagClassName
{
color: #86CB19;
}
</style>
background-color css
<style>
a { background-color: #86CB19; }
a { background-color: rgb(134,203,25); }
div.DivClassName
{
background-color: #86CB19;
}
.BgClassName
{
background-color: #86CB19;
}
</style>
border-color css
<style>
span { border-color: #86CB19; }
span { border-color: rgb(134,203,25); }
td.TdClassName
{
border-color: #86CB19;
}
.TagClassName
{
border-color: #86CB19;
}
</style>