Shades of Green Yellow #96FC32
Tints of Green Yellow #96FC32
RGB
CMYK
RGB Variations
Color information
#96FC32 (or 0x96FC32) is known color: Green Yellow. HEX triplet: 96, FC and 32. RGB value is (150,252,50). Sum of RGB (Red+Green+Blue) = 150+252+50=452 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.19% from 452); Green value is 252 (98.83% from 255 or 55.75% from 452); Blue value is 50 (19.92% from 255 or 11.06% from 452); Max value from RGB is 252 - color contains mainly: green. Hex color #96FC32 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #96FC32 is #6903CD. Grayscale: #C7C7C7. Windows color (decimal): -6882254 or 3341462. OLE color: 3341462.
HSL color Cylindrical-coordinate representation of color #96FC32: hue angle of 90.3º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #96FC32 is Cyan = 0.40, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 150 | 252 | 50 | - |
| CMYK | 0.40 | 0 | 0.80 | 0.01 |
| HSL | 90.3º | 0.97% | 0.59% | - |
| HSV(B) | 90.3º | 0.8% | 0.99% | - |
| XYZ | 47.96 | 76.34 | 15.22 | - |
| YUV | 198.47 | 44.21 | 93.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 252 | 50 | 0.40 | 0 | 0.80 | 0.01 | 90.3 | 0.97 | 0.59 |
| Hex | 96 | FC | 32 | 28 | 0 | 50 | 1 | 5A | 61 | 3B |
| Octal | 226 | 374 | 62 | 50 | 0 | 120 | 1 | 132 | 141 | 73 |
| Binary | 10010110 | 11111100 | 110010 | 101000 | 0 | 1010000 | 1 | 1011010 | 1100001 | 111011 |
Color Harmonies of #96FC32
Complementary color
Monochromatic Colors of #96FC32
Black with #96FC32
Text Example
Text Example
White with #96FC32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96FC32; }
p { color: rgb(150,252,50); }
H1.HeaderClassName
{
color: #96FC32;
}
.AnyTagClassName
{
color: #96FC32;
}
</style>
background-color css
<style>
a { background-color: #96FC32; }
a { background-color: rgb(150,252,50); }
div.DivClassName
{
background-color: #96FC32;
}
.BgClassName
{
background-color: #96FC32;
}
</style>
border-color css
<style>
span { border-color: #96FC32; }
span { border-color: rgb(150,252,50); }
td.TdClassName
{
border-color: #96FC32;
}
.TagClassName
{
border-color: #96FC32;
}
</style>