Shades of Green Yellow #86F63D
Tints of Green Yellow #86F63D
RGB
CMYK
RGB Variations
Color information
#86F63D (or 0x86F63D) is known color: Green Yellow. HEX triplet: 86, F6 and 3D. RGB value is (134,246,61). Sum of RGB (Red+Green+Blue) = 134+246+61=441 (58% of max value = 765). Red value is 134 (52.73% from 255 or 30.39% from 441); Green value is 246 (96.48% from 255 or 55.78% from 441); Blue value is 61 (24.22% from 255 or 13.83% from 441); Max value from RGB is 246 - color contains mainly: green. Hex color #86F63D is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #86F63D is #7909C2. Grayscale: #C0C0C0. Windows color (decimal): -7932355 or 4060806. OLE color: 4060806.
HSL color Cylindrical-coordinate representation of color #86F63D: hue angle of 96.32º degrees, saturation: 0.91, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #86F63D is Cyan = 0.46, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 134 | 246 | 61 | - |
| CMYK | 0.46 | 0 | 0.75 | 0.04 |
| HSL | 96.32º | 0.91% | 0.6% | - |
| HSV(B) | 96.32º | 0.75% | 0.96% | - |
| XYZ | 43.63 | 71.32 | 15.88 | - |
| YUV | 191.42 | 54.39 | 87.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 246 | 61 | 0.46 | 0 | 0.75 | 0.04 | 96.32 | 0.91 | 0.6 |
| Hex | 86 | F6 | 3D | 2E | 0 | 4B | 4 | 60 | 5B | 3C |
| Octal | 206 | 366 | 75 | 56 | 0 | 113 | 4 | 140 | 133 | 74 |
| Binary | 10000110 | 11110110 | 111101 | 101110 | 0 | 1001011 | 100 | 1100000 | 1011011 | 111100 |
Color Harmonies of #86F63D
Complementary color
Monochromatic Colors of #86F63D
Black with #86F63D
Text Example
Text Example
White with #86F63D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86F63D; }
p { color: rgb(134,246,61); }
H1.HeaderClassName
{
color: #86F63D;
}
.AnyTagClassName
{
color: #86F63D;
}
</style>
background-color css
<style>
a { background-color: #86F63D; }
a { background-color: rgb(134,246,61); }
div.DivClassName
{
background-color: #86F63D;
}
.BgClassName
{
background-color: #86F63D;
}
</style>
border-color css
<style>
span { border-color: #86F63D; }
span { border-color: rgb(134,246,61); }
td.TdClassName
{
border-color: #86F63D;
}
.TagClassName
{
border-color: #86F63D;
}
</style>