Shades of Yellow Green #85CF18
Tints of Yellow Green #85CF18
RGB
CMYK
RGB Variations
Color information
#85CF18 (or 0x85CF18) is known color: Yellow Green. HEX triplet: 85, CF and 18. RGB value is (133,207,24). Sum of RGB (Red+Green+Blue) = 133+207+24=364 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.54% from 364); Green value is 207 (81.25% from 255 or 56.87% from 364); Blue value is 24 (9.77% from 255 or 6.59% from 364); Max value from RGB is 207 - color contains mainly: green. Hex color #85CF18 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #85CF18 is #7A30E7. Grayscale: #A4A4A4. Windows color (decimal): -8007912 or 1625989. OLE color: 1625989.
HSL color Cylindrical-coordinate representation of color #85CF18: hue angle of 84.26º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #85CF18 is Cyan = 0.36, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 133 | 207 | 24 | - |
| CMYK | 0.36 | 0 | 0.88 | 0.19 |
| HSL | 84.26º | 0.79% | 0.45% | - |
| HSV(B) | 84.26º | 0.88% | 0.81% | - |
| XYZ | 32.15 | 49.68 | 8.76 | - |
| YUV | 164.01 | 48.98 | 105.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 207 | 24 | 0.36 | 0 | 0.88 | 0.19 | 84.26 | 0.79 | 0.45 |
| Hex | 85 | CF | 18 | 24 | 0 | 58 | 13 | 54 | 4F | 2D |
| Octal | 205 | 317 | 30 | 44 | 0 | 130 | 23 | 124 | 117 | 55 |
| Binary | 10000101 | 11001111 | 11000 | 100100 | 0 | 1011000 | 10011 | 1010100 | 1001111 | 101101 |
Color Harmonies of #85CF18
Complementary color
Monochromatic Colors of #85CF18
Black with #85CF18
Text Example
Text Example
White with #85CF18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85CF18; }
p { color: rgb(133,207,24); }
H1.HeaderClassName
{
color: #85CF18;
}
.AnyTagClassName
{
color: #85CF18;
}
</style>
background-color css
<style>
a { background-color: #85CF18; }
a { background-color: rgb(133,207,24); }
div.DivClassName
{
background-color: #85CF18;
}
.BgClassName
{
background-color: #85CF18;
}
</style>
border-color css
<style>
span { border-color: #85CF18; }
span { border-color: rgb(133,207,24); }
td.TdClassName
{
border-color: #85CF18;
}
.TagClassName
{
border-color: #85CF18;
}
</style>