Shades of Light Green #86F298
Tints of Light Green #86F298
RGB
CMYK
RGB Variations
Color information
#86F298 (or 0x86F298) is known color: Light Green. HEX triplet: 86, F2 and 98. RGB value is (134,242,152). Sum of RGB (Red+Green+Blue) = 134+242+152=528 (69% of max value = 765). Red value is 134 (52.73% from 255 or 25.38% from 528); Green value is 242 (94.92% from 255 or 45.83% from 528); Blue value is 152 (59.77% from 255 or 28.79% from 528); Max value from RGB is 242 - color contains mainly: green. Hex color #86F298 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #86F298 is #790D67. Grayscale: #C7C7C7. Windows color (decimal): -7933288 or 10023558. OLE color: 10023558.
HSL color Cylindrical-coordinate representation of color #86F298: hue angle of 130º degrees, saturation: 0.81, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #86F298 is Cyan = 0.45, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 134 | 242 | 152 | - |
| CMYK | 0.45 | 0 | 0.37 | 0.05 |
| HSL | 130º | 0.81% | 0.74% | - |
| HSV(B) | 130º | 0.45% | 0.95% | - |
| XYZ | 47.25 | 70.84 | 40.89 | - |
| YUV | 199.45 | 101.22 | 81.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 242 | 152 | 0.45 | 0 | 0.37 | 0.05 | 130 | 0.81 | 0.74 |
| Hex | 86 | F2 | 98 | 2D | 0 | 25 | 5 | 82 | 51 | 4A |
| Octal | 206 | 362 | 230 | 55 | 0 | 45 | 5 | 202 | 121 | 112 |
| Binary | 10000110 | 11110010 | 10011000 | 101101 | 0 | 100101 | 101 | 10000010 | 1010001 | 1001010 |
Color Harmonies of #86F298
Complementary color
Monochromatic Colors of #86F298
Black with #86F298
Text Example
Text Example
White with #86F298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86F298; }
p { color: rgb(134,242,152); }
H1.HeaderClassName
{
color: #86F298;
}
.AnyTagClassName
{
color: #86F298;
}
</style>
background-color css
<style>
a { background-color: #86F298; }
a { background-color: rgb(134,242,152); }
div.DivClassName
{
background-color: #86F298;
}
.BgClassName
{
background-color: #86F298;
}
</style>
border-color css
<style>
span { border-color: #86F298; }
span { border-color: rgb(134,242,152); }
td.TdClassName
{
border-color: #86F298;
}
.TagClassName
{
border-color: #86F298;
}
</style>