Shades of Green Yellow #96F63E
Tints of Green Yellow #96F63E
RGB
CMYK
RGB Variations
Color information
#96F63E (or 0x96F63E) is known color: Green Yellow. HEX triplet: 96, F6 and 3E. RGB value is (150,246,62). Sum of RGB (Red+Green+Blue) = 150+246+62=458 (60% of max value = 765). Red value is 150 (58.98% from 255 or 32.75% from 458); Green value is 246 (96.48% from 255 or 53.71% from 458); Blue value is 62 (24.61% from 255 or 13.54% from 458); Max value from RGB is 246 - color contains mainly: green. Hex color #96F63E is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #96F63E is #6909C1. Grayscale: #C4C4C4. Windows color (decimal): -6883778 or 4126358. OLE color: 4126358.
HSL color Cylindrical-coordinate representation of color #96F63E: hue angle of 91.3º 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 #96F63E is Cyan = 0.39, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 150 | 246 | 62 | - |
| CMYK | 0.39 | 0 | 0.75 | 0.04 |
| HSL | 91.3º | 0.91% | 0.6% | - |
| HSV(B) | 91.3º | 0.75% | 0.96% | - |
| XYZ | 46.4 | 72.74 | 16.15 | - |
| YUV | 196.32 | 52.2 | 94.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 246 | 62 | 0.39 | 0 | 0.75 | 0.04 | 91.3 | 0.91 | 0.6 |
| Hex | 96 | F6 | 3E | 27 | 0 | 4B | 4 | 5B | 5B | 3C |
| Octal | 226 | 366 | 76 | 47 | 0 | 113 | 4 | 133 | 133 | 74 |
| Binary | 10010110 | 11110110 | 111110 | 100111 | 0 | 1001011 | 100 | 1011011 | 1011011 | 111100 |
Color Harmonies of #96F63E
Complementary color
Monochromatic Colors of #96F63E
Black with #96F63E
Text Example
Text Example
White with #96F63E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96F63E; }
p { color: rgb(150,246,62); }
H1.HeaderClassName
{
color: #96F63E;
}
.AnyTagClassName
{
color: #96F63E;
}
</style>
background-color css
<style>
a { background-color: #96F63E; }
a { background-color: rgb(150,246,62); }
div.DivClassName
{
background-color: #96F63E;
}
.BgClassName
{
background-color: #96F63E;
}
</style>
border-color css
<style>
span { border-color: #96F63E; }
span { border-color: rgb(150,246,62); }
td.TdClassName
{
border-color: #96F63E;
}
.TagClassName
{
border-color: #96F63E;
}
</style>