Shades of Lawn Green #85D603
Tints of Lawn Green #85D603
RGB
CMYK
RGB Variations
Color information
#85D603 (or 0x85D603) is known color: Lawn Green. HEX triplet: 85, D6 and 03. RGB value is (133,214,3). Sum of RGB (Red+Green+Blue) = 133+214+3=350 (46% of max value = 765). Red value is 133 (52.34% from 255 or 38% from 350); Green value is 214 (83.98% from 255 or 61.14% from 350); Blue value is 3 (1.56% from 255 or 0.86% from 350); Max value from RGB is 214 - color contains mainly: green. Hex color #85D603 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #85D603 is #7A29FC. Grayscale: #A6A6A6. Windows color (decimal): -8006141 or 251525. OLE color: 251525.
HSL color Cylindrical-coordinate representation of color #85D603: hue angle of 83.03º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #85D603 is Cyan = 0.38, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 133 | 214 | 3 | - |
| CMYK | 0.38 | 0 | 0.99 | 0.16 |
| HSL | 83.03º | 0.97% | 0.43% | - |
| HSV(B) | 83.03º | 0.99% | 0.84% | - |
| XYZ | 33.74 | 53.09 | 8.55 | - |
| YUV | 165.73 | 36.16 | 104.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 214 | 3 | 0.38 | 0 | 0.99 | 0.16 | 83.03 | 0.97 | 0.43 |
| Hex | 85 | D6 | 3 | 26 | 0 | 63 | 10 | 53 | 61 | 2B |
| Octal | 205 | 326 | 3 | 46 | 0 | 143 | 20 | 123 | 141 | 53 |
| Binary | 10000101 | 11010110 | 11 | 100110 | 0 | 1100011 | 10000 | 1010011 | 1100001 | 101011 |
Color Harmonies of #85D603
Complementary color
Monochromatic Colors of #85D603
Black with #85D603
Text Example
Text Example
White with #85D603
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85D603; }
p { color: rgb(133,214,3); }
H1.HeaderClassName
{
color: #85D603;
}
.AnyTagClassName
{
color: #85D603;
}
</style>
background-color css
<style>
a { background-color: #85D603; }
a { background-color: rgb(133,214,3); }
div.DivClassName
{
background-color: #85D603;
}
.BgClassName
{
background-color: #85D603;
}
</style>
border-color css
<style>
span { border-color: #85D603; }
span { border-color: rgb(133,214,3); }
td.TdClassName
{
border-color: #85D603;
}
.TagClassName
{
border-color: #85D603;
}
</style>