Shades of Lawn Green #85D904
Tints of Lawn Green #85D904
RGB
CMYK
RGB Variations
Color information
#85D904 (or 0x85D904) is known color: Lawn Green. HEX triplet: 85, D9 and 04. RGB value is (133,217,4). Sum of RGB (Red+Green+Blue) = 133+217+4=354 (46% of max value = 765). Red value is 133 (52.34% from 255 or 37.57% from 354); Green value is 217 (85.16% from 255 or 61.30% from 354); Blue value is 4 (1.95% from 255 or 1.13% from 354); Max value from RGB is 217 - color contains mainly: green. Hex color #85D904 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #85D904 is #7A26FB. Grayscale: #A8A8A8. Windows color (decimal): -8005372 or 317829. OLE color: 317829.
HSL color Cylindrical-coordinate representation of color #85D904: hue angle of 83.66º degrees, saturation: 0.96, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #85D904 is Cyan = 0.39, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 133 | 217 | 4 | - |
| CMYK | 0.39 | 0 | 0.98 | 0.15 |
| HSL | 83.66º | 0.96% | 0.43% | - |
| HSV(B) | 83.66º | 0.98% | 0.85% | - |
| XYZ | 34.51 | 54.62 | 8.84 | - |
| YUV | 167.6 | 35.67 | 103.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 217 | 4 | 0.39 | 0 | 0.98 | 0.15 | 83.66 | 0.96 | 0.43 |
| Hex | 85 | D9 | 4 | 27 | 0 | 62 | F | 54 | 60 | 2B |
| Octal | 205 | 331 | 4 | 47 | 0 | 142 | 17 | 124 | 140 | 53 |
| Binary | 10000101 | 11011001 | 100 | 100111 | 0 | 1100010 | 1111 | 1010100 | 1100000 | 101011 |
Color Harmonies of #85D904
Complementary color
Monochromatic Colors of #85D904
Black with #85D904
Text Example
Text Example
White with #85D904
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85D904; }
p { color: rgb(133,217,4); }
H1.HeaderClassName
{
color: #85D904;
}
.AnyTagClassName
{
color: #85D904;
}
</style>
background-color css
<style>
a { background-color: #85D904; }
a { background-color: rgb(133,217,4); }
div.DivClassName
{
background-color: #85D904;
}
.BgClassName
{
background-color: #85D904;
}
</style>
border-color css
<style>
span { border-color: #85D904; }
span { border-color: rgb(133,217,4); }
td.TdClassName
{
border-color: #85D904;
}
.TagClassName
{
border-color: #85D904;
}
</style>