Shades of Light Green #86F595
Tints of Light Green #86F595
RGB
CMYK
RGB Variations
Color information
#86F595 (or 0x86F595) is known color: Light Green. HEX triplet: 86, F5 and 95. RGB value is (134,245,149). Sum of RGB (Red+Green+Blue) = 134+245+149=528 (69% of max value = 765). Red value is 134 (52.73% from 255 or 25.38% from 528); Green value is 245 (96.09% from 255 or 46.40% from 528); Blue value is 149 (58.59% from 255 or 28.22% from 528); Max value from RGB is 245 - color contains mainly: green. Hex color #86F595 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #86F595 is #790A6A. Grayscale: #C9C9C9. Windows color (decimal): -7932523 or 9827718. OLE color: 9827718.
HSL color Cylindrical-coordinate representation of color #86F595: hue angle of 128.11º degrees, saturation: 0.85, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #86F595 is Cyan = 0.45, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 134 | 245 | 149 | - |
| CMYK | 0.45 | 0 | 0.39 | 0.04 |
| HSL | 128.11º | 0.85% | 0.74% | - |
| HSV(B) | 128.11º | 0.45% | 0.96% | - |
| XYZ | 47.91 | 72.54 | 39.91 | - |
| YUV | 200.87 | 98.73 | 80.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 245 | 149 | 0.45 | 0 | 0.39 | 0.04 | 128.11 | 0.85 | 0.74 |
| Hex | 86 | F5 | 95 | 2D | 0 | 27 | 4 | 80 | 55 | 4A |
| Octal | 206 | 365 | 225 | 55 | 0 | 47 | 4 | 200 | 125 | 112 |
| Binary | 10000110 | 11110101 | 10010101 | 101101 | 0 | 100111 | 100 | 10000000 | 1010101 | 1001010 |
Color Harmonies of #86F595
Complementary color
Monochromatic Colors of #86F595
Black with #86F595
Text Example
Text Example
White with #86F595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86F595; }
p { color: rgb(134,245,149); }
H1.HeaderClassName
{
color: #86F595;
}
.AnyTagClassName
{
color: #86F595;
}
</style>
background-color css
<style>
a { background-color: #86F595; }
a { background-color: rgb(134,245,149); }
div.DivClassName
{
background-color: #86F595;
}
.BgClassName
{
background-color: #86F595;
}
</style>
border-color css
<style>
span { border-color: #86F595; }
span { border-color: rgb(134,245,149); }
td.TdClassName
{
border-color: #86F595;
}
.TagClassName
{
border-color: #86F595;
}
</style>