Shades of Green Yellow #96F736
Tints of Green Yellow #96F736
RGB
CMYK
RGB Variations
Color information
#96F736 (or 0x96F736) is known color: Green Yellow. HEX triplet: 96, F7 and 36. RGB value is (150,247,54). Sum of RGB (Red+Green+Blue) = 150+247+54=451 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.26% from 451); Green value is 247 (96.88% from 255 or 54.77% from 451); Blue value is 54 (21.48% from 255 or 11.97% from 451); Max value from RGB is 247 - color contains mainly: green. Hex color #96F736 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #96F736 is #6908C9. Grayscale: #C4C4C4. Windows color (decimal): -6883530 or 3602326. OLE color: 3602326.
HSL color Cylindrical-coordinate representation of color #96F736: hue angle of 90.16º degrees, saturation: 0.92, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #96F736 is Cyan = 0.39, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 150 | 247 | 54 | - |
| CMYK | 0.39 | 0 | 0.78 | 0.03 |
| HSL | 90.16º | 0.92% | 0.59% | - |
| HSV(B) | 90.16º | 0.78% | 0.97% | - |
| XYZ | 46.5 | 73.27 | 15.18 | - |
| YUV | 196 | 47.86 | 95.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 247 | 54 | 0.39 | 0 | 0.78 | 0.03 | 90.16 | 0.92 | 0.59 |
| Hex | 96 | F7 | 36 | 27 | 0 | 4E | 3 | 5A | 5C | 3B |
| Octal | 226 | 367 | 66 | 47 | 0 | 116 | 3 | 132 | 134 | 73 |
| Binary | 10010110 | 11110111 | 110110 | 100111 | 0 | 1001110 | 11 | 1011010 | 1011100 | 111011 |
Color Harmonies of #96F736
Complementary color
Monochromatic Colors of #96F736
Black with #96F736
Text Example
Text Example
White with #96F736
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96F736; }
p { color: rgb(150,247,54); }
H1.HeaderClassName
{
color: #96F736;
}
.AnyTagClassName
{
color: #96F736;
}
</style>
background-color css
<style>
a { background-color: #96F736; }
a { background-color: rgb(150,247,54); }
div.DivClassName
{
background-color: #96F736;
}
.BgClassName
{
background-color: #96F736;
}
</style>
border-color css
<style>
span { border-color: #96F736; }
span { border-color: rgb(150,247,54); }
td.TdClassName
{
border-color: #96F736;
}
.TagClassName
{
border-color: #96F736;
}
</style>