Shades of Green Yellow #96F044
Tints of Green Yellow #96F044
RGB
CMYK
RGB Variations
Color information
#96F044 (or 0x96F044) is known color: Green Yellow. HEX triplet: 96, F0 and 44. RGB value is (150,240,68). Sum of RGB (Red+Green+Blue) = 150+240+68=458 (60% of max value = 765). Red value is 150 (58.98% from 255 or 32.75% from 458); Green value is 240 (94.14% from 255 or 52.40% from 458); Blue value is 68 (26.95% from 255 or 14.85% from 458); Max value from RGB is 240 - color contains mainly: green. Hex color #96F044 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #96F044 is #690FBB. Grayscale: #C2C2C2. Windows color (decimal): -6885308 or 4518038. OLE color: 4518038.
HSL color Cylindrical-coordinate representation of color #96F044: hue angle of 91.4º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #96F044 is Cyan = 0.37, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 150 | 240 | 68 | - |
| CMYK | 0.37 | 0 | 0.72 | 0.06 |
| HSL | 91.4º | 0.85% | 0.6% | - |
| HSV(B) | 91.4º | 0.72% | 0.94% | - |
| XYZ | 44.78 | 69.22 | 16.47 | - |
| YUV | 193.48 | 57.18 | 96.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 240 | 68 | 0.37 | 0 | 0.72 | 0.06 | 91.4 | 0.85 | 0.6 |
| Hex | 96 | F0 | 44 | 25 | 0 | 48 | 6 | 5B | 55 | 3C |
| Octal | 226 | 360 | 104 | 45 | 0 | 110 | 6 | 133 | 125 | 74 |
| Binary | 10010110 | 11110000 | 1000100 | 100101 | 0 | 1001000 | 110 | 1011011 | 1010101 | 111100 |
Color Harmonies of #96F044
Complementary color
Monochromatic Colors of #96F044
Black with #96F044
Text Example
Text Example
White with #96F044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96F044; }
p { color: rgb(150,240,68); }
H1.HeaderClassName
{
color: #96F044;
}
.AnyTagClassName
{
color: #96F044;
}
</style>
background-color css
<style>
a { background-color: #96F044; }
a { background-color: rgb(150,240,68); }
div.DivClassName
{
background-color: #96F044;
}
.BgClassName
{
background-color: #96F044;
}
</style>
border-color css
<style>
span { border-color: #96F044; }
span { border-color: rgb(150,240,68); }
td.TdClassName
{
border-color: #96F044;
}
.TagClassName
{
border-color: #96F044;
}
</style>