Shades of Light Green #86F192
Tints of Light Green #86F192
RGB
CMYK
RGB Variations
Color information
#86F192 (or 0x86F192) is known color: Light Green. HEX triplet: 86, F1 and 92. RGB value is (134,241,146). Sum of RGB (Red+Green+Blue) = 134+241+146=521 (69% of max value = 765). Red value is 134 (52.73% from 255 or 25.72% from 521); Green value is 241 (94.53% from 255 or 46.26% from 521); Blue value is 146 (57.42% from 255 or 28.02% from 521); Max value from RGB is 241 - color contains mainly: green. Hex color #86F192 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #86F192 is #790E6D. Grayscale: #C6C6C6. Windows color (decimal): -7933550 or 9630086. OLE color: 9630086.
HSL color Cylindrical-coordinate representation of color #86F192: hue angle of 126.73º 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 #86F192 is Cyan = 0.44, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 134 | 241 | 146 | - |
| CMYK | 0.44 | 0 | 0.39 | 0.05 |
| HSL | 126.73º | 0.79% | 0.74% | - |
| HSV(B) | 126.73º | 0.44% | 0.95% | - |
| XYZ | 46.48 | 70.05 | 38.27 | - |
| YUV | 198.18 | 98.55 | 82.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 241 | 146 | 0.44 | 0 | 0.39 | 0.05 | 126.73 | 0.79 | 0.74 |
| Hex | 86 | F1 | 92 | 2C | 0 | 27 | 5 | 7F | 4F | 4A |
| Octal | 206 | 361 | 222 | 54 | 0 | 47 | 5 | 177 | 117 | 112 |
| Binary | 10000110 | 11110001 | 10010010 | 101100 | 0 | 100111 | 101 | 1111111 | 1001111 | 1001010 |
Color Harmonies of #86F192
Complementary color
Monochromatic Colors of #86F192
Black with #86F192
Text Example
Text Example
White with #86F192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86F192; }
p { color: rgb(134,241,146); }
H1.HeaderClassName
{
color: #86F192;
}
.AnyTagClassName
{
color: #86F192;
}
</style>
background-color css
<style>
a { background-color: #86F192; }
a { background-color: rgb(134,241,146); }
div.DivClassName
{
background-color: #86F192;
}
.BgClassName
{
background-color: #86F192;
}
</style>
border-color css
<style>
span { border-color: #86F192; }
span { border-color: rgb(134,241,146); }
td.TdClassName
{
border-color: #86F192;
}
.TagClassName
{
border-color: #86F192;
}
</style>