Shades of Yellow Green #85CB18
Tints of Yellow Green #85CB18
RGB
CMYK
RGB Variations
Color information
#85CB18 (or 0x85CB18) is known color: Yellow Green. HEX triplet: 85, CB and 18. RGB value is (133,203,24). Sum of RGB (Red+Green+Blue) = 133+203+24=360 (47% of max value = 765). Red value is 133 (52.34% from 255 or 36.94% from 360); Green value is 203 (79.69% from 255 or 56.39% from 360); Blue value is 24 (9.77% from 255 or 6.67% from 360); Max value from RGB is 203 - color contains mainly: green. Hex color #85CB18 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #85CB18 is #7A34E7. Grayscale: #A2A2A2. Windows color (decimal): -8008936 or 1624965. OLE color: 1624965.
HSL color Cylindrical-coordinate representation of color #85CB18: hue angle of 83.46º degrees, saturation: 0.79, 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 #85CB18 is Cyan = 0.34, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 133 | 203 | 24 | - |
| CMYK | 0.34 | 0 | 0.88 | 0.20 |
| HSL | 83.46º | 0.79% | 0.45% | - |
| HSV(B) | 83.46º | 0.88% | 0.8% | - |
| XYZ | 31.19 | 47.76 | 8.44 | - |
| YUV | 161.66 | 50.31 | 107.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 203 | 24 | 0.34 | 0 | 0.88 | 0.20 | 83.46 | 0.79 | 0.45 |
| Hex | 85 | CB | 18 | 22 | 0 | 58 | 14 | 53 | 4F | 2D |
| Octal | 205 | 313 | 30 | 42 | 0 | 130 | 24 | 123 | 117 | 55 |
| Binary | 10000101 | 11001011 | 11000 | 100010 | 0 | 1011000 | 10100 | 1010011 | 1001111 | 101101 |
Color Harmonies of #85CB18
Complementary color
Monochromatic Colors of #85CB18
Black with #85CB18
Text Example
Text Example
White with #85CB18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85CB18; }
p { color: rgb(133,203,24); }
H1.HeaderClassName
{
color: #85CB18;
}
.AnyTagClassName
{
color: #85CB18;
}
</style>
background-color css
<style>
a { background-color: #85CB18; }
a { background-color: rgb(133,203,24); }
div.DivClassName
{
background-color: #85CB18;
}
.BgClassName
{
background-color: #85CB18;
}
</style>
border-color css
<style>
span { border-color: #85CB18; }
span { border-color: rgb(133,203,24); }
td.TdClassName
{
border-color: #85CB18;
}
.TagClassName
{
border-color: #85CB18;
}
</style>