Shades of Lawn Green #86F318
Tints of Lawn Green #86F318
RGB
CMYK
RGB Variations
Color information
#86F318 (or 0x86F318) is known color: Lawn Green. HEX triplet: 86, F3 and 18. RGB value is (134,243,24). Sum of RGB (Red+Green+Blue) = 134+243+24=401 (53% of max value = 765). Red value is 134 (52.73% from 255 or 33.42% from 401); Green value is 243 (95.31% from 255 or 60.60% from 401); Blue value is 24 (9.77% from 255 or 5.99% from 401); Max value from RGB is 243 - color contains mainly: green. Hex color #86F318 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #86F318 is #790CE7. Grayscale: #BABABA. Windows color (decimal): -7933160 or 1635206. OLE color: 1635206.
HSL color Cylindrical-coordinate representation of color #86F318: hue angle of 89.86º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #86F318 is Cyan = 0.45, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 134 | 243 | 24 | - |
| CMYK | 0.45 | 0 | 0.90 | 0.05 |
| HSL | 89.86º | 0.9% | 0.52% | - |
| HSV(B) | 89.86º | 0.9% | 0.95% | - |
| XYZ | 42.05 | 69.24 | 12.01 | - |
| YUV | 185.44 | 36.89 | 91.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 243 | 24 | 0.45 | 0 | 0.90 | 0.05 | 89.86 | 0.9 | 0.52 |
| Hex | 86 | F3 | 18 | 2D | 0 | 5A | 5 | 5A | 5A | 34 |
| Octal | 206 | 363 | 30 | 55 | 0 | 132 | 5 | 132 | 132 | 64 |
| Binary | 10000110 | 11110011 | 11000 | 101101 | 0 | 1011010 | 101 | 1011010 | 1011010 | 110100 |
Color Harmonies of #86F318
Complementary color
Monochromatic Colors of #86F318
Black with #86F318
Text Example
Text Example
White with #86F318
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86F318; }
p { color: rgb(134,243,24); }
H1.HeaderClassName
{
color: #86F318;
}
.AnyTagClassName
{
color: #86F318;
}
</style>
background-color css
<style>
a { background-color: #86F318; }
a { background-color: rgb(134,243,24); }
div.DivClassName
{
background-color: #86F318;
}
.BgClassName
{
background-color: #86F318;
}
</style>
border-color css
<style>
span { border-color: #86F318; }
span { border-color: rgb(134,243,24); }
td.TdClassName
{
border-color: #86F318;
}
.TagClassName
{
border-color: #86F318;
}
</style>