Shades of Lawn Green #85D605
Tints of Lawn Green #85D605
RGB
CMYK
RGB Variations
Color information
#85D605 (or 0x85D605) is known color: Lawn Green. HEX triplet: 85, D6 and 05. RGB value is (133,214,5). Sum of RGB (Red+Green+Blue) = 133+214+5=352 (46% of max value = 765). Red value is 133 (52.34% from 255 or 37.78% from 352); Green value is 214 (83.98% from 255 or 60.80% from 352); Blue value is 5 (2.34% from 255 or 1.42% from 352); Max value from RGB is 214 - color contains mainly: green. Hex color #85D605 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #85D605 is #7A29FA. Grayscale: #A6A6A6. Windows color (decimal): -8006139 or 382597. OLE color: 382597.
HSL color Cylindrical-coordinate representation of color #85D605: hue angle of 83.25º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #85D605 is Cyan = 0.38, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 133 | 214 | 5 | - |
| CMYK | 0.38 | 0 | 0.98 | 0.16 |
| HSL | 83.25º | 0.95% | 0.43% | - |
| HSV(B) | 83.25º | 0.98% | 0.84% | - |
| XYZ | 33.75 | 53.09 | 8.61 | - |
| YUV | 165.96 | 37.16 | 104.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 214 | 5 | 0.38 | 0 | 0.98 | 0.16 | 83.25 | 0.95 | 0.43 |
| Hex | 85 | D6 | 5 | 26 | 0 | 62 | 10 | 53 | 5F | 2B |
| Octal | 205 | 326 | 5 | 46 | 0 | 142 | 20 | 123 | 137 | 53 |
| Binary | 10000101 | 11010110 | 101 | 100110 | 0 | 1100010 | 10000 | 1010011 | 1011111 | 101011 |
Color Harmonies of #85D605
Complementary color
Monochromatic Colors of #85D605
Black with #85D605
Text Example
Text Example
White with #85D605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85D605; }
p { color: rgb(133,214,5); }
H1.HeaderClassName
{
color: #85D605;
}
.AnyTagClassName
{
color: #85D605;
}
</style>
background-color css
<style>
a { background-color: #85D605; }
a { background-color: rgb(133,214,5); }
div.DivClassName
{
background-color: #85D605;
}
.BgClassName
{
background-color: #85D605;
}
</style>
border-color css
<style>
span { border-color: #85D605; }
span { border-color: rgb(133,214,5); }
td.TdClassName
{
border-color: #85D605;
}
.TagClassName
{
border-color: #85D605;
}
</style>