Shades of Yellow Green #85C91D
Tints of Yellow Green #85C91D
RGB
CMYK
RGB Variations
Color information
#85C91D (or 0x85C91D) is known color: Yellow Green. HEX triplet: 85, C9 and 1D. RGB value is (133,201,29). Sum of RGB (Red+Green+Blue) = 133+201+29=363 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.64% from 363); Green value is 201 (78.91% from 255 or 55.37% from 363); Blue value is 29 (11.72% from 255 or 7.99% from 363); Max value from RGB is 201 - color contains mainly: green. Hex color #85C91D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85C91D is #7A36E2. Grayscale: #A1A1A1. Windows color (decimal): -8009443 or 1952133. OLE color: 1952133.
HSL color Cylindrical-coordinate representation of color #85C91D: hue angle of 83.72º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #85C91D is Cyan = 0.34, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 133 | 201 | 29 | - |
| CMYK | 0.34 | 0 | 0.86 | 0.21 |
| HSL | 83.72º | 0.75% | 0.45% | - |
| HSV(B) | 83.72º | 0.86% | 0.79% | - |
| XYZ | 30.78 | 46.85 | 8.58 | - |
| YUV | 161.06 | 53.47 | 107.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 201 | 29 | 0.34 | 0 | 0.86 | 0.21 | 83.72 | 0.75 | 0.45 |
| Hex | 85 | C9 | 1D | 22 | 0 | 56 | 15 | 54 | 4B | 2D |
| Octal | 205 | 311 | 35 | 42 | 0 | 126 | 25 | 124 | 113 | 55 |
| Binary | 10000101 | 11001001 | 11101 | 100010 | 0 | 1010110 | 10101 | 1010100 | 1001011 | 101101 |
Color Harmonies of #85C91D
Complementary color
Monochromatic Colors of #85C91D
Black with #85C91D
Text Example
Text Example
White with #85C91D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85C91D; }
p { color: rgb(133,201,29); }
H1.HeaderClassName
{
color: #85C91D;
}
.AnyTagClassName
{
color: #85C91D;
}
</style>
background-color css
<style>
a { background-color: #85C91D; }
a { background-color: rgb(133,201,29); }
div.DivClassName
{
background-color: #85C91D;
}
.BgClassName
{
background-color: #85C91D;
}
</style>
border-color css
<style>
span { border-color: #85C91D; }
span { border-color: rgb(133,201,29); }
td.TdClassName
{
border-color: #85C91D;
}
.TagClassName
{
border-color: #85C91D;
}
</style>