Shades of Lawn Green #85DF06
Tints of Lawn Green #85DF06
RGB
CMYK
RGB Variations
Color information
#85DF06 (or 0x85DF06) is known color: Lawn Green. HEX triplet: 85, DF and 06. RGB value is (133,223,6). Sum of RGB (Red+Green+Blue) = 133+223+6=362 (47% of max value = 765). Red value is 133 (52.34% from 255 or 36.74% from 362); Green value is 223 (87.5% from 255 or 61.60% from 362); Blue value is 6 (2.73% from 255 or 1.66% from 362); Max value from RGB is 223 - color contains mainly: green. Hex color #85DF06 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #85DF06 is #7A20F9. Grayscale: #ACACAC. Windows color (decimal): -8003834 or 450437. OLE color: 450437.
HSL color Cylindrical-coordinate representation of color #85DF06: hue angle of 84.88º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #85DF06 is Cyan = 0.40, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 133 | 223 | 6 | - |
| CMYK | 0.40 | 0 | 0.97 | 0.13 |
| HSL | 84.88º | 0.95% | 0.45% | - |
| HSV(B) | 84.88º | 0.97% | 0.87% | - |
| XYZ | 36.09 | 57.78 | 9.42 | - |
| YUV | 171.35 | 34.68 | 100.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 223 | 6 | 0.40 | 0 | 0.97 | 0.13 | 84.88 | 0.95 | 0.45 |
| Hex | 85 | DF | 6 | 28 | 0 | 61 | D | 55 | 5F | 2D |
| Octal | 205 | 337 | 6 | 50 | 0 | 141 | 15 | 125 | 137 | 55 |
| Binary | 10000101 | 11011111 | 110 | 101000 | 0 | 1100001 | 1101 | 1010101 | 1011111 | 101101 |
Color Harmonies of #85DF06
Complementary color
Monochromatic Colors of #85DF06
Black with #85DF06
Text Example
Text Example
White with #85DF06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85DF06; }
p { color: rgb(133,223,6); }
H1.HeaderClassName
{
color: #85DF06;
}
.AnyTagClassName
{
color: #85DF06;
}
</style>
background-color css
<style>
a { background-color: #85DF06; }
a { background-color: rgb(133,223,6); }
div.DivClassName
{
background-color: #85DF06;
}
.BgClassName
{
background-color: #85DF06;
}
</style>
border-color css
<style>
span { border-color: #85DF06; }
span { border-color: rgb(133,223,6); }
td.TdClassName
{
border-color: #85DF06;
}
.TagClassName
{
border-color: #85DF06;
}
</style>