Shades of Light Green #86F598
Tints of Light Green #86F598
RGB
CMYK
RGB Variations
Color information
#86F598 (or 0x86F598) is known color: Light Green. HEX triplet: 86, F5 and 98. RGB value is (134,245,152). Sum of RGB (Red+Green+Blue) = 134+245+152=531 (70% of max value = 765). Red value is 134 (52.73% from 255 or 25.24% from 531); Green value is 245 (96.09% from 255 or 46.14% from 531); Blue value is 152 (59.77% from 255 or 28.63% from 531); Max value from RGB is 245 - color contains mainly: green. Hex color #86F598 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #86F598 is #790A67. Grayscale: #C9C9C9. Windows color (decimal): -7932520 or 10024326. OLE color: 10024326.
HSL color Cylindrical-coordinate representation of color #86F598: hue angle of 129.73º 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 #86F598 is Cyan = 0.45, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 134 | 245 | 152 | - |
| CMYK | 0.45 | 0 | 0.38 | 0.04 |
| HSL | 129.73º | 0.85% | 0.74% | - |
| HSV(B) | 129.73º | 0.45% | 0.96% | - |
| XYZ | 48.15 | 72.64 | 41.19 | - |
| YUV | 201.21 | 100.23 | 80.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 245 | 152 | 0.45 | 0 | 0.38 | 0.04 | 129.73 | 0.85 | 0.74 |
| Hex | 86 | F5 | 98 | 2D | 0 | 26 | 4 | 82 | 55 | 4A |
| Octal | 206 | 365 | 230 | 55 | 0 | 46 | 4 | 202 | 125 | 112 |
| Binary | 10000110 | 11110101 | 10011000 | 101101 | 0 | 100110 | 100 | 10000010 | 1010101 | 1001010 |
Color Harmonies of #86F598
Complementary color
Monochromatic Colors of #86F598
Black with #86F598
Text Example
Text Example
White with #86F598
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86F598; }
p { color: rgb(134,245,152); }
H1.HeaderClassName
{
color: #86F598;
}
.AnyTagClassName
{
color: #86F598;
}
</style>
background-color css
<style>
a { background-color: #86F598; }
a { background-color: rgb(134,245,152); }
div.DivClassName
{
background-color: #86F598;
}
.BgClassName
{
background-color: #86F598;
}
</style>
border-color css
<style>
span { border-color: #86F598; }
span { border-color: rgb(134,245,152); }
td.TdClassName
{
border-color: #86F598;
}
.TagClassName
{
border-color: #86F598;
}
</style>