Shades of Yellow Green #86CB1C
Tints of Yellow Green #86CB1C
RGB
CMYK
RGB Variations
Color information
#86CB1C (or 0x86CB1C) is known color: Yellow Green. HEX triplet: 86, CB and 1C. RGB value is (134,203,28). Sum of RGB (Red+Green+Blue) = 134+203+28=365 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.71% from 365); Green value is 203 (79.69% from 255 or 55.62% from 365); Blue value is 28 (11.33% from 255 or 7.67% from 365); Max value from RGB is 203 - color contains mainly: green. Hex color #86CB1C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #86CB1C is #7934E3. Grayscale: #A3A3A3. Windows color (decimal): -7943396 or 1887110. OLE color: 1887110.
HSL color Cylindrical-coordinate representation of color #86CB1C: hue angle of 83.66º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #86CB1C is Cyan = 0.34, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 134 | 203 | 28 | - |
| CMYK | 0.34 | 0 | 0.86 | 0.20 |
| HSL | 83.66º | 0.76% | 0.45% | - |
| HSV(B) | 83.66º | 0.86% | 0.8% | - |
| XYZ | 31.4 | 47.86 | 8.68 | - |
| YUV | 162.42 | 52.14 | 107.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 203 | 28 | 0.34 | 0 | 0.86 | 0.20 | 83.66 | 0.76 | 0.45 |
| Hex | 86 | CB | 1C | 22 | 0 | 56 | 14 | 54 | 4C | 2D |
| Octal | 206 | 313 | 34 | 42 | 0 | 126 | 24 | 124 | 114 | 55 |
| Binary | 10000110 | 11001011 | 11100 | 100010 | 0 | 1010110 | 10100 | 1010100 | 1001100 | 101101 |
Color Harmonies of #86CB1C
Complementary color
Monochromatic Colors of #86CB1C
Black with #86CB1C
Text Example
Text Example
White with #86CB1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86CB1C; }
p { color: rgb(134,203,28); }
H1.HeaderClassName
{
color: #86CB1C;
}
.AnyTagClassName
{
color: #86CB1C;
}
</style>
background-color css
<style>
a { background-color: #86CB1C; }
a { background-color: rgb(134,203,28); }
div.DivClassName
{
background-color: #86CB1C;
}
.BgClassName
{
background-color: #86CB1C;
}
</style>
border-color css
<style>
span { border-color: #86CB1C; }
span { border-color: rgb(134,203,28); }
td.TdClassName
{
border-color: #86CB1C;
}
.TagClassName
{
border-color: #86CB1C;
}
</style>