Shades of Lawn Green #85D60B
Tints of Lawn Green #85D60B
RGB
CMYK
RGB Variations
Color information
#85D60B (or 0x85D60B) is known color: Lawn Green. HEX triplet: 85, D6 and 0B. RGB value is (133,214,11). Sum of RGB (Red+Green+Blue) = 133+214+11=358 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.15% from 358); Green value is 214 (83.98% from 255 or 59.78% from 358); Blue value is 11 (4.69% from 255 or 3.07% from 358); Max value from RGB is 214 - color contains mainly: green. Hex color #85D60B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #85D60B is #7A29F4. Grayscale: #A7A7A7. Windows color (decimal): -8006133 or 775813. OLE color: 775813.
HSL color Cylindrical-coordinate representation of color #85D60B: hue angle of 83.94º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #85D60B is Cyan = 0.38, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 133 | 214 | 11 | - |
| CMYK | 0.38 | 0 | 0.95 | 0.16 |
| HSL | 83.94º | 0.9% | 0.44% | - |
| HSV(B) | 83.94º | 0.95% | 0.84% | - |
| XYZ | 33.78 | 53.1 | 8.79 | - |
| YUV | 166.64 | 40.16 | 104.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 214 | 11 | 0.38 | 0 | 0.95 | 0.16 | 83.94 | 0.9 | 0.44 |
| Hex | 85 | D6 | B | 26 | 0 | 5F | 10 | 54 | 5A | 2C |
| Octal | 205 | 326 | 13 | 46 | 0 | 137 | 20 | 124 | 132 | 54 |
| Binary | 10000101 | 11010110 | 1011 | 100110 | 0 | 1011111 | 10000 | 1010100 | 1011010 | 101100 |
Color Harmonies of #85D60B
Complementary color
Monochromatic Colors of #85D60B
Black with #85D60B
Text Example
Text Example
White with #85D60B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85D60B; }
p { color: rgb(133,214,11); }
H1.HeaderClassName
{
color: #85D60B;
}
.AnyTagClassName
{
color: #85D60B;
}
</style>
background-color css
<style>
a { background-color: #85D60B; }
a { background-color: rgb(133,214,11); }
div.DivClassName
{
background-color: #85D60B;
}
.BgClassName
{
background-color: #85D60B;
}
</style>
border-color css
<style>
span { border-color: #85D60B; }
span { border-color: rgb(133,214,11); }
td.TdClassName
{
border-color: #85D60B;
}
.TagClassName
{
border-color: #85D60B;
}
</style>