Shades of Light Green #86F378
Tints of Light Green #86F378
RGB
CMYK
RGB Variations
Color information
#86F378 (or 0x86F378) is known color: Light Green. HEX triplet: 86, F3 and 78. RGB value is (134,243,120). Sum of RGB (Red+Green+Blue) = 134+243+120=497 (65% of max value = 765). Red value is 134 (52.73% from 255 or 26.96% from 497); Green value is 243 (95.31% from 255 or 48.89% from 497); Blue value is 120 (47.27% from 255 or 24.14% from 497); Max value from RGB is 243 - color contains mainly: green. Hex color #86F378 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #86F378 is #790C87. Grayscale: #C4C4C4. Windows color (decimal): -7933064 or 7926662. OLE color: 7926662.
HSL color Cylindrical-coordinate representation of color #86F378: hue angle of 113.17º degrees, saturation: 0.84, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #86F378 is Cyan = 0.45, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 134 | 243 | 120 | - |
| CMYK | 0.45 | 0 | 0.51 | 0.05 |
| HSL | 113.17º | 0.84% | 0.71% | - |
| HSV(B) | 113.17º | 0.51% | 0.95% | - |
| XYZ | 45.27 | 70.53 | 29 | - |
| YUV | 196.39 | 84.89 | 83.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 243 | 120 | 0.45 | 0 | 0.51 | 0.05 | 113.17 | 0.84 | 0.71 |
| Hex | 86 | F3 | 78 | 2D | 0 | 33 | 5 | 71 | 54 | 47 |
| Octal | 206 | 363 | 170 | 55 | 0 | 63 | 5 | 161 | 124 | 107 |
| Binary | 10000110 | 11110011 | 1111000 | 101101 | 0 | 110011 | 101 | 1110001 | 1010100 | 1000111 |
Color Harmonies of #86F378
Complementary color
Monochromatic Colors of #86F378
Black with #86F378
Text Example
Text Example
White with #86F378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86F378; }
p { color: rgb(134,243,120); }
H1.HeaderClassName
{
color: #86F378;
}
.AnyTagClassName
{
color: #86F378;
}
</style>
background-color css
<style>
a { background-color: #86F378; }
a { background-color: rgb(134,243,120); }
div.DivClassName
{
background-color: #86F378;
}
.BgClassName
{
background-color: #86F378;
}
</style>
border-color css
<style>
span { border-color: #86F378; }
span { border-color: rgb(134,243,120); }
td.TdClassName
{
border-color: #86F378;
}
.TagClassName
{
border-color: #86F378;
}
</style>