Shades of Lawn Green #85F115
Tints of Lawn Green #85F115
RGB
CMYK
RGB Variations
Color information
#85F115 (or 0x85F115) is known color: Lawn Green. HEX triplet: 85, F1 and 15. RGB value is (133,241,21). Sum of RGB (Red+Green+Blue) = 133+241+21=395 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.67% from 395); Green value is 241 (94.53% from 255 or 61.01% from 395); Blue value is 21 (8.59% from 255 or 5.32% from 395); Max value from RGB is 241 - color contains mainly: green. Hex color #85F115 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #85F115 is #7A0EEA. Grayscale: #B8B8B8. Windows color (decimal): -7999211 or 1438085. OLE color: 1438085.
HSL color Cylindrical-coordinate representation of color #85F115: hue angle of 89.45º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #85F115 is Cyan = 0.45, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 133 | 241 | 21 | - |
| CMYK | 0.45 | 0 | 0.91 | 0.05 |
| HSL | 89.45º | 0.89% | 0.51% | - |
| HSV(B) | 89.45º | 0.91% | 0.95% | - |
| XYZ | 41.26 | 67.95 | 11.65 | - |
| YUV | 183.63 | 36.22 | 91.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 241 | 21 | 0.45 | 0 | 0.91 | 0.05 | 89.45 | 0.89 | 0.51 |
| Hex | 85 | F1 | 15 | 2D | 0 | 5B | 5 | 59 | 59 | 33 |
| Octal | 205 | 361 | 25 | 55 | 0 | 133 | 5 | 131 | 131 | 63 |
| Binary | 10000101 | 11110001 | 10101 | 101101 | 0 | 1011011 | 101 | 1011001 | 1011001 | 110011 |
Color Harmonies of #85F115
Complementary color
Monochromatic Colors of #85F115
Black with #85F115
Text Example
Text Example
White with #85F115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85F115; }
p { color: rgb(133,241,21); }
H1.HeaderClassName
{
color: #85F115;
}
.AnyTagClassName
{
color: #85F115;
}
</style>
background-color css
<style>
a { background-color: #85F115; }
a { background-color: rgb(133,241,21); }
div.DivClassName
{
background-color: #85F115;
}
.BgClassName
{
background-color: #85F115;
}
</style>
border-color css
<style>
span { border-color: #85F115; }
span { border-color: rgb(133,241,21); }
td.TdClassName
{
border-color: #85F115;
}
.TagClassName
{
border-color: #85F115;
}
</style>