Shades of Lawn Green #85D905
Tints of Lawn Green #85D905
RGB
CMYK
RGB Variations
Color information
#85D905 (or 0x85D905) is known color: Lawn Green. HEX triplet: 85, D9 and 05. RGB value is (133,217,5). Sum of RGB (Red+Green+Blue) = 133+217+5=355 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.46% from 355); Green value is 217 (85.16% from 255 or 61.13% from 355); Blue value is 5 (2.34% from 255 or 1.41% from 355); Max value from RGB is 217 - color contains mainly: green. Hex color #85D905 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #85D905 is #7A26FA. Grayscale: #A8A8A8. Windows color (decimal): -8005371 or 383365. OLE color: 383365.
HSL color Cylindrical-coordinate representation of color #85D905: hue angle of 83.77º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #85D905 is Cyan = 0.39, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 133 | 217 | 5 | - |
| CMYK | 0.39 | 0 | 0.98 | 0.15 |
| HSL | 83.77º | 0.95% | 0.44% | - |
| HSV(B) | 83.77º | 0.98% | 0.85% | - |
| XYZ | 34.51 | 54.62 | 8.87 | - |
| YUV | 167.72 | 36.17 | 103.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 217 | 5 | 0.39 | 0 | 0.98 | 0.15 | 83.77 | 0.95 | 0.44 |
| Hex | 85 | D9 | 5 | 27 | 0 | 62 | F | 54 | 5F | 2C |
| Octal | 205 | 331 | 5 | 47 | 0 | 142 | 17 | 124 | 137 | 54 |
| Binary | 10000101 | 11011001 | 101 | 100111 | 0 | 1100010 | 1111 | 1010100 | 1011111 | 101100 |
Color Harmonies of #85D905
Complementary color
Monochromatic Colors of #85D905
Black with #85D905
Text Example
Text Example
White with #85D905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85D905; }
p { color: rgb(133,217,5); }
H1.HeaderClassName
{
color: #85D905;
}
.AnyTagClassName
{
color: #85D905;
}
</style>
background-color css
<style>
a { background-color: #85D905; }
a { background-color: rgb(133,217,5); }
div.DivClassName
{
background-color: #85D905;
}
.BgClassName
{
background-color: #85D905;
}
</style>
border-color css
<style>
span { border-color: #85D905; }
span { border-color: rgb(133,217,5); }
td.TdClassName
{
border-color: #85D905;
}
.TagClassName
{
border-color: #85D905;
}
</style>