Shades of Green Yellow #96F03C
Tints of Green Yellow #96F03C
RGB
CMYK
RGB Variations
Color information
#96F03C (or 0x96F03C) is known color: Green Yellow. HEX triplet: 96, F0 and 3C. RGB value is (150,240,60). Sum of RGB (Red+Green+Blue) = 150+240+60=450 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.33% from 450); Green value is 240 (94.14% from 255 or 53.33% from 450); Blue value is 60 (23.83% from 255 or 13.33% from 450); Max value from RGB is 240 - color contains mainly: green. Hex color #96F03C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #96F03C is #690FC3. Grayscale: #C1C1C1. Windows color (decimal): -6885316 or 3993750. OLE color: 3993750.
HSL color Cylindrical-coordinate representation of color #96F03C: hue angle of 90º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #96F03C is Cyan = 0.37, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 150 | 240 | 60 | - |
| CMYK | 0.37 | 0 | 0.75 | 0.06 |
| HSL | 90º | 0.86% | 0.59% | - |
| HSV(B) | 90º | 0.75% | 0.94% | - |
| XYZ | 44.55 | 69.13 | 15.27 | - |
| YUV | 192.57 | 53.18 | 97.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 240 | 60 | 0.37 | 0 | 0.75 | 0.06 | 90 | 0.86 | 0.59 |
| Hex | 96 | F0 | 3C | 25 | 0 | 4B | 6 | 5A | 56 | 3B |
| Octal | 226 | 360 | 74 | 45 | 0 | 113 | 6 | 132 | 126 | 73 |
| Binary | 10010110 | 11110000 | 111100 | 100101 | 0 | 1001011 | 110 | 1011010 | 1010110 | 111011 |
Color Harmonies of #96F03C
Complementary color
Monochromatic Colors of #96F03C
Black with #96F03C
Text Example
Text Example
White with #96F03C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96F03C; }
p { color: rgb(150,240,60); }
H1.HeaderClassName
{
color: #96F03C;
}
.AnyTagClassName
{
color: #96F03C;
}
</style>
background-color css
<style>
a { background-color: #96F03C; }
a { background-color: rgb(150,240,60); }
div.DivClassName
{
background-color: #96F03C;
}
.BgClassName
{
background-color: #96F03C;
}
</style>
border-color css
<style>
span { border-color: #96F03C; }
span { border-color: rgb(150,240,60); }
td.TdClassName
{
border-color: #96F03C;
}
.TagClassName
{
border-color: #96F03C;
}
</style>