Shades of Light Green #86F199
Tints of Light Green #86F199
RGB
CMYK
RGB Variations
Color information
#86F199 (or 0x86F199) is known color: Light Green. HEX triplet: 86, F1 and 99. RGB value is (134,241,153). Sum of RGB (Red+Green+Blue) = 134+241+153=528 (69% of max value = 765). Red value is 134 (52.73% from 255 or 25.38% from 528); Green value is 241 (94.53% from 255 or 45.64% from 528); Blue value is 153 (60.16% from 255 or 28.98% from 528); Max value from RGB is 241 - color contains mainly: green. Hex color #86F199 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #86F199 is #790E66. Grayscale: #C7C7C7. Windows color (decimal): -7933543 or 10088838. OLE color: 10088838.
HSL color Cylindrical-coordinate representation of color #86F199: hue angle of 130.65º degrees, saturation: 0.79, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #86F199 is Cyan = 0.44, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 134 | 241 | 153 | - |
| CMYK | 0.44 | 0 | 0.37 | 0.05 |
| HSL | 130.65º | 0.79% | 0.74% | - |
| HSV(B) | 130.65º | 0.44% | 0.95% | - |
| XYZ | 47.04 | 70.28 | 41.22 | - |
| YUV | 198.98 | 102.05 | 81.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 241 | 153 | 0.44 | 0 | 0.37 | 0.05 | 130.65 | 0.79 | 0.74 |
| Hex | 86 | F1 | 99 | 2C | 0 | 25 | 5 | 83 | 4F | 4A |
| Octal | 206 | 361 | 231 | 54 | 0 | 45 | 5 | 203 | 117 | 112 |
| Binary | 10000110 | 11110001 | 10011001 | 101100 | 0 | 100101 | 101 | 10000011 | 1001111 | 1001010 |
Color Harmonies of #86F199
Complementary color
Monochromatic Colors of #86F199
Black with #86F199
Text Example
Text Example
White with #86F199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86F199; }
p { color: rgb(134,241,153); }
H1.HeaderClassName
{
color: #86F199;
}
.AnyTagClassName
{
color: #86F199;
}
</style>
background-color css
<style>
a { background-color: #86F199; }
a { background-color: rgb(134,241,153); }
div.DivClassName
{
background-color: #86F199;
}
.BgClassName
{
background-color: #86F199;
}
</style>
border-color css
<style>
span { border-color: #86F199; }
span { border-color: rgb(134,241,153); }
td.TdClassName
{
border-color: #86F199;
}
.TagClassName
{
border-color: #86F199;
}
</style>