Shades of Lawn Green #85F102
Tints of Lawn Green #85F102
RGB
CMYK
RGB Variations
Color information
#85F102 (or 0x85F102) is known color: Lawn Green. HEX triplet: 85, F1 and 02. RGB value is (133,241,2). Sum of RGB (Red+Green+Blue) = 133+241+2=376 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.37% from 376); Green value is 241 (94.53% from 255 or 64.10% from 376); Blue value is 2 (1.17% from 255 or 0.53% from 376); Max value from RGB is 241 - color contains mainly: green. Hex color #85F102 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #85F102 is #7A0EFD. Grayscale: #B6B6B6. Windows color (decimal): -7999230 or 192901. OLE color: 192901.
HSL color Cylindrical-coordinate representation of color #85F102: hue angle of 87.11º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #85F102 is Cyan = 0.45, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 133 | 241 | 2 | - |
| CMYK | 0.45 | 0 | 0.99 | 0.05 |
| HSL | 87.11º | 0.98% | 0.48% | - |
| HSV(B) | 87.11º | 0.99% | 0.95% | - |
| XYZ | 41.14 | 67.9 | 11 | - |
| YUV | 181.46 | 26.72 | 93.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 241 | 2 | 0.45 | 0 | 0.99 | 0.05 | 87.11 | 0.98 | 0.48 |
| Hex | 85 | F1 | 2 | 2D | 0 | 63 | 5 | 57 | 62 | 30 |
| Octal | 205 | 361 | 2 | 55 | 0 | 143 | 5 | 127 | 142 | 60 |
| Binary | 10000101 | 11110001 | 10 | 101101 | 0 | 1100011 | 101 | 1010111 | 1100010 | 110000 |
Color Harmonies of #85F102
Complementary color
Monochromatic Colors of #85F102
Black with #85F102
Text Example
Text Example
White with #85F102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85F102; }
p { color: rgb(133,241,2); }
H1.HeaderClassName
{
color: #85F102;
}
.AnyTagClassName
{
color: #85F102;
}
</style>
background-color css
<style>
a { background-color: #85F102; }
a { background-color: rgb(133,241,2); }
div.DivClassName
{
background-color: #85F102;
}
.BgClassName
{
background-color: #85F102;
}
</style>
border-color css
<style>
span { border-color: #85F102; }
span { border-color: rgb(133,241,2); }
td.TdClassName
{
border-color: #85F102;
}
.TagClassName
{
border-color: #85F102;
}
</style>