Shades of Lawn Green #85F12A
Tints of Lawn Green #85F12A
RGB
CMYK
RGB Variations
Color information
#85F12A (or 0x85F12A) is known color: Lawn Green. HEX triplet: 85, F1 and 2A. RGB value is (133,241,42). Sum of RGB (Red+Green+Blue) = 133+241+42=416 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.97% from 416); Green value is 241 (94.53% from 255 or 57.93% from 416); Blue value is 42 (16.80% from 255 or 10.10% from 416); Max value from RGB is 241 - color contains mainly: green. Hex color #85F12A is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #85F12A is #7A0ED5. Grayscale: #BABABA. Windows color (decimal): -7999190 or 2814341. OLE color: 2814341.
HSL color Cylindrical-coordinate representation of color #85F12A: hue angle of 92.56º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #85F12A is Cyan = 0.45, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 133 | 241 | 42 | - |
| CMYK | 0.45 | 0 | 0.83 | 0.05 |
| HSL | 92.56º | 0.88% | 0.55% | - |
| HSV(B) | 92.56º | 0.83% | 0.95% | - |
| XYZ | 41.55 | 68.06 | 13.14 | - |
| YUV | 186.02 | 46.72 | 90.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 241 | 42 | 0.45 | 0 | 0.83 | 0.05 | 92.56 | 0.88 | 0.55 |
| Hex | 85 | F1 | 2A | 2D | 0 | 53 | 5 | 5D | 58 | 37 |
| Octal | 205 | 361 | 52 | 55 | 0 | 123 | 5 | 135 | 130 | 67 |
| Binary | 10000101 | 11110001 | 101010 | 101101 | 0 | 1010011 | 101 | 1011101 | 1011000 | 110111 |
Color Harmonies of #85F12A
Complementary color
Monochromatic Colors of #85F12A
Black with #85F12A
Text Example
Text Example
White with #85F12A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85F12A; }
p { color: rgb(133,241,42); }
H1.HeaderClassName
{
color: #85F12A;
}
.AnyTagClassName
{
color: #85F12A;
}
</style>
background-color css
<style>
a { background-color: #85F12A; }
a { background-color: rgb(133,241,42); }
div.DivClassName
{
background-color: #85F12A;
}
.BgClassName
{
background-color: #85F12A;
}
</style>
border-color css
<style>
span { border-color: #85F12A; }
span { border-color: rgb(133,241,42); }
td.TdClassName
{
border-color: #85F12A;
}
.TagClassName
{
border-color: #85F12A;
}
</style>