Shades of Lawn Green #86F203
Tints of Lawn Green #86F203
RGB
CMYK
RGB Variations
Color information
#86F203 (or 0x86F203) is known color: Lawn Green. HEX triplet: 86, F2 and 03. RGB value is (134,242,3). Sum of RGB (Red+Green+Blue) = 134+242+3=379 (50% of max value = 765). Red value is 134 (52.73% from 255 or 35.36% from 379); Green value is 242 (94.92% from 255 or 63.85% from 379); Blue value is 3 (1.56% from 255 or 0.79% from 379); Max value from RGB is 242 - color contains mainly: green. Hex color #86F203 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #86F203 is #790DFC. Grayscale: #B7B7B7. Windows color (decimal): -7933437 or 258694. OLE color: 258694.
HSL color Cylindrical-coordinate representation of color #86F203: 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 #86F203 is Cyan = 0.45, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 134 | 242 | 3 | - |
| 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.6 | 68.58 | 11.13 | - |
| YUV | 182.46 | 26.72 | 93.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 242 | 3 | 0.45 | 0 | 0.99 | 0.05 | 87.11 | 0.98 | 0.48 |
| Hex | 86 | F2 | 3 | 2D | 0 | 63 | 5 | 57 | 62 | 30 |
| Octal | 206 | 362 | 3 | 55 | 0 | 143 | 5 | 127 | 142 | 60 |
| Binary | 10000110 | 11110010 | 11 | 101101 | 0 | 1100011 | 101 | 1010111 | 1100010 | 110000 |
Color Harmonies of #86F203
Complementary color
Monochromatic Colors of #86F203
Black with #86F203
Text Example
Text Example
White with #86F203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86F203; }
p { color: rgb(134,242,3); }
H1.HeaderClassName
{
color: #86F203;
}
.AnyTagClassName
{
color: #86F203;
}
</style>
background-color css
<style>
a { background-color: #86F203; }
a { background-color: rgb(134,242,3); }
div.DivClassName
{
background-color: #86F203;
}
.BgClassName
{
background-color: #86F203;
}
</style>
border-color css
<style>
span { border-color: #86F203; }
span { border-color: rgb(134,242,3); }
td.TdClassName
{
border-color: #86F203;
}
.TagClassName
{
border-color: #86F203;
}
</style>