Shades of Lawn Green #86F30D
Tints of Lawn Green #86F30D
RGB
CMYK
RGB Variations
Color information
#86F30D (or 0x86F30D) is known color: Lawn Green. HEX triplet: 86, F3 and 0D. RGB value is (134,243,13). Sum of RGB (Red+Green+Blue) = 134+243+13=390 (51% of max value = 765). Red value is 134 (52.73% from 255 or 34.36% from 390); Green value is 243 (95.31% from 255 or 62.31% from 390); Blue value is 13 (5.47% from 255 or 3.33% from 390); Max value from RGB is 243 - color contains mainly: green. Hex color #86F30D is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #86F30D is #790CF2. Grayscale: #B9B9B9. Windows color (decimal): -7933171 or 914310. OLE color: 914310.
HSL color Cylindrical-coordinate representation of color #86F30D: hue angle of 88.43º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #86F30D is Cyan = 0.45, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 134 | 243 | 13 | - |
| CMYK | 0.45 | 0 | 0.95 | 0.05 |
| HSL | 88.43º | 0.91% | 0.5% | - |
| HSV(B) | 88.43º | 0.95% | 0.95% | - |
| XYZ | 41.95 | 69.2 | 11.53 | - |
| YUV | 184.19 | 31.39 | 92.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 243 | 13 | 0.45 | 0 | 0.95 | 0.05 | 88.43 | 0.91 | 0.5 |
| Hex | 86 | F3 | D | 2D | 0 | 5F | 5 | 58 | 5B | 32 |
| Octal | 206 | 363 | 15 | 55 | 0 | 137 | 5 | 130 | 133 | 62 |
| Binary | 10000110 | 11110011 | 1101 | 101101 | 0 | 1011111 | 101 | 1011000 | 1011011 | 110010 |
Color Harmonies of #86F30D
Complementary color
Monochromatic Colors of #86F30D
Black with #86F30D
Text Example
Text Example
White with #86F30D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86F30D; }
p { color: rgb(134,243,13); }
H1.HeaderClassName
{
color: #86F30D;
}
.AnyTagClassName
{
color: #86F30D;
}
</style>
background-color css
<style>
a { background-color: #86F30D; }
a { background-color: rgb(134,243,13); }
div.DivClassName
{
background-color: #86F30D;
}
.BgClassName
{
background-color: #86F30D;
}
</style>
border-color css
<style>
span { border-color: #86F30D; }
span { border-color: rgb(134,243,13); }
td.TdClassName
{
border-color: #86F30D;
}
.TagClassName
{
border-color: #86F30D;
}
</style>