Shades of Yellow Green #85C91E
Tints of Yellow Green #85C91E
RGB
CMYK
RGB Variations
Color information
#85C91E (or 0x85C91E) is known color: Yellow Green. HEX triplet: 85, C9 and 1E. RGB value is (133,201,30). Sum of RGB (Red+Green+Blue) = 133+201+30=364 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.54% from 364); Green value is 201 (78.91% from 255 or 55.22% from 364); Blue value is 30 (12.11% from 255 or 8.24% from 364); Max value from RGB is 201 - color contains mainly: green. Hex color #85C91E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85C91E is #7A36E1. Grayscale: #A1A1A1. Windows color (decimal): -8009442 or 2017669. OLE color: 2017669.
HSL color Cylindrical-coordinate representation of color #85C91E: hue angle of 83.86º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #85C91E is Cyan = 0.34, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 133 | 201 | 30 | - |
| CMYK | 0.34 | 0 | 0.85 | 0.21 |
| HSL | 83.86º | 0.74% | 0.45% | - |
| HSV(B) | 83.86º | 0.85% | 0.79% | - |
| XYZ | 30.79 | 46.85 | 8.65 | - |
| YUV | 161.17 | 53.97 | 107.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 201 | 30 | 0.34 | 0 | 0.85 | 0.21 | 83.86 | 0.74 | 0.45 |
| Hex | 85 | C9 | 1E | 22 | 0 | 55 | 15 | 54 | 4A | 2D |
| Octal | 205 | 311 | 36 | 42 | 0 | 125 | 25 | 124 | 112 | 55 |
| Binary | 10000101 | 11001001 | 11110 | 100010 | 0 | 1010101 | 10101 | 1010100 | 1001010 | 101101 |
Color Harmonies of #85C91E
Complementary color
Monochromatic Colors of #85C91E
Black with #85C91E
Text Example
Text Example
White with #85C91E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85C91E; }
p { color: rgb(133,201,30); }
H1.HeaderClassName
{
color: #85C91E;
}
.AnyTagClassName
{
color: #85C91E;
}
</style>
background-color css
<style>
a { background-color: #85C91E; }
a { background-color: rgb(133,201,30); }
div.DivClassName
{
background-color: #85C91E;
}
.BgClassName
{
background-color: #85C91E;
}
</style>
border-color css
<style>
span { border-color: #85C91E; }
span { border-color: rgb(133,201,30); }
td.TdClassName
{
border-color: #85C91E;
}
.TagClassName
{
border-color: #85C91E;
}
</style>