Shades of Green Yellow #86F63C
Tints of Green Yellow #86F63C
RGB
CMYK
RGB Variations
Color information
#86F63C (or 0x86F63C) is known color: Green Yellow. HEX triplet: 86, F6 and 3C. RGB value is (134,246,60). Sum of RGB (Red+Green+Blue) = 134+246+60=440 (58% of max value = 765). Red value is 134 (52.73% from 255 or 30.45% from 440); Green value is 246 (96.48% from 255 or 55.91% from 440); Blue value is 60 (23.83% from 255 or 13.64% from 440); Max value from RGB is 246 - color contains mainly: green. Hex color #86F63C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #86F63C is #7909C3. Grayscale: #BFBFBF. Windows color (decimal): -7932356 or 3995270. OLE color: 3995270.
HSL color Cylindrical-coordinate representation of color #86F63C: hue angle of 96.13º degrees, saturation: 0.91, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #86F63C is Cyan = 0.46, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 134 | 246 | 60 | - |
| CMYK | 0.46 | 0 | 0.76 | 0.04 |
| HSL | 96.13º | 0.91% | 0.6% | - |
| HSV(B) | 96.13º | 0.76% | 0.96% | - |
| XYZ | 43.6 | 71.31 | 15.74 | - |
| YUV | 191.31 | 53.89 | 87.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 246 | 60 | 0.46 | 0 | 0.76 | 0.04 | 96.13 | 0.91 | 0.6 |
| Hex | 86 | F6 | 3C | 2E | 0 | 4C | 4 | 60 | 5B | 3C |
| Octal | 206 | 366 | 74 | 56 | 0 | 114 | 4 | 140 | 133 | 74 |
| Binary | 10000110 | 11110110 | 111100 | 101110 | 0 | 1001100 | 100 | 1100000 | 1011011 | 111100 |
Color Harmonies of #86F63C
Complementary color
Monochromatic Colors of #86F63C
Black with #86F63C
Text Example
Text Example
White with #86F63C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86F63C; }
p { color: rgb(134,246,60); }
H1.HeaderClassName
{
color: #86F63C;
}
.AnyTagClassName
{
color: #86F63C;
}
</style>
background-color css
<style>
a { background-color: #86F63C; }
a { background-color: rgb(134,246,60); }
div.DivClassName
{
background-color: #86F63C;
}
.BgClassName
{
background-color: #86F63C;
}
</style>
border-color css
<style>
span { border-color: #86F63C; }
span { border-color: rgb(134,246,60); }
td.TdClassName
{
border-color: #86F63C;
}
.TagClassName
{
border-color: #86F63C;
}
</style>