Shades of Lawn Green #85D40C
Tints of Lawn Green #85D40C
RGB
CMYK
RGB Variations
Color information
#85D40C (or 0x85D40C) is known color: Lawn Green. HEX triplet: 85, D4 and 0C. RGB value is (133,212,12). Sum of RGB (Red+Green+Blue) = 133+212+12=357 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.25% from 357); Green value is 212 (83.20% from 255 or 59.38% from 357); Blue value is 12 (5.08% from 255 or 3.36% from 357); Max value from RGB is 212 - color contains mainly: green. Hex color #85D40C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #85D40C is #7A2BF3. Grayscale: #A6A6A6. Windows color (decimal): -8006644 or 840837. OLE color: 840837.
HSL color Cylindrical-coordinate representation of color #85D40C: hue angle of 83.7º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #85D40C is Cyan = 0.37, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 133 | 212 | 12 | - |
| CMYK | 0.37 | 0 | 0.94 | 0.17 |
| HSL | 83.7º | 0.89% | 0.44% | - |
| HSV(B) | 83.7º | 0.94% | 0.83% | - |
| XYZ | 33.28 | 52.1 | 8.65 | - |
| YUV | 165.58 | 41.33 | 104.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 212 | 12 | 0.37 | 0 | 0.94 | 0.17 | 83.7 | 0.89 | 0.44 |
| Hex | 85 | D4 | C | 25 | 0 | 5E | 11 | 54 | 59 | 2C |
| Octal | 205 | 324 | 14 | 45 | 0 | 136 | 21 | 124 | 131 | 54 |
| Binary | 10000101 | 11010100 | 1100 | 100101 | 0 | 1011110 | 10001 | 1010100 | 1011001 | 101100 |
Color Harmonies of #85D40C
Complementary color
Monochromatic Colors of #85D40C
Black with #85D40C
Text Example
Text Example
White with #85D40C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85D40C; }
p { color: rgb(133,212,12); }
H1.HeaderClassName
{
color: #85D40C;
}
.AnyTagClassName
{
color: #85D40C;
}
</style>
background-color css
<style>
a { background-color: #85D40C; }
a { background-color: rgb(133,212,12); }
div.DivClassName
{
background-color: #85D40C;
}
.BgClassName
{
background-color: #85D40C;
}
</style>
border-color css
<style>
span { border-color: #85D40C; }
span { border-color: rgb(133,212,12); }
td.TdClassName
{
border-color: #85D40C;
}
.TagClassName
{
border-color: #85D40C;
}
</style>