Shades of Green Yellow #96F63C
Tints of Green Yellow #96F63C
RGB
CMYK
RGB Variations
Color information
#96F63C (or 0x96F63C) is known color: Green Yellow. HEX triplet: 96, F6 and 3C. RGB value is (150,246,60). Sum of RGB (Red+Green+Blue) = 150+246+60=456 (60% of max value = 765). Red value is 150 (58.98% from 255 or 32.89% from 456); Green value is 246 (96.48% from 255 or 53.95% from 456); Blue value is 60 (23.83% from 255 or 13.16% from 456); Max value from RGB is 246 - color contains mainly: green. Hex color #96F63C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #96F63C is #6909C3. Grayscale: #C4C4C4. Windows color (decimal): -6883780 or 3995286. OLE color: 3995286.
HSL color Cylindrical-coordinate representation of color #96F63C: hue angle of 90.97º 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 #96F63C is Cyan = 0.39, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 150 | 246 | 60 | - |
| CMYK | 0.39 | 0 | 0.76 | 0.04 |
| HSL | 90.97º | 0.91% | 0.6% | - |
| HSV(B) | 90.97º | 0.76% | 0.96% | - |
| XYZ | 46.35 | 72.72 | 15.87 | - |
| YUV | 196.09 | 51.2 | 95.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 246 | 60 | 0.39 | 0 | 0.76 | 0.04 | 90.97 | 0.91 | 0.6 |
| Hex | 96 | F6 | 3C | 27 | 0 | 4C | 4 | 5B | 5B | 3C |
| Octal | 226 | 366 | 74 | 47 | 0 | 114 | 4 | 133 | 133 | 74 |
| Binary | 10010110 | 11110110 | 111100 | 100111 | 0 | 1001100 | 100 | 1011011 | 1011011 | 111100 |
Color Harmonies of #96F63C
Complementary color
Monochromatic Colors of #96F63C
Black with #96F63C
Text Example
Text Example
White with #96F63C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96F63C; }
p { color: rgb(150,246,60); }
H1.HeaderClassName
{
color: #96F63C;
}
.AnyTagClassName
{
color: #96F63C;
}
</style>
background-color css
<style>
a { background-color: #96F63C; }
a { background-color: rgb(150,246,60); }
div.DivClassName
{
background-color: #96F63C;
}
.BgClassName
{
background-color: #96F63C;
}
</style>
border-color css
<style>
span { border-color: #96F63C; }
span { border-color: rgb(150,246,60); }
td.TdClassName
{
border-color: #96F63C;
}
.TagClassName
{
border-color: #96F63C;
}
</style>