Shades of Green Yellow #96F136
Tints of Green Yellow #96F136
RGB
CMYK
RGB Variations
Color information
#96F136 (or 0x96F136) is known color: Green Yellow. HEX triplet: 96, F1 and 36. RGB value is (150,241,54). Sum of RGB (Red+Green+Blue) = 150+241+54=445 (58% of max value = 765). Red value is 150 (58.98% from 255 or 33.71% from 445); Green value is 241 (94.53% from 255 or 54.16% from 445); Blue value is 54 (21.48% from 255 or 12.13% from 445); Max value from RGB is 241 - color contains mainly: green. Hex color #96F136 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #96F136 is #690EC9. Grayscale: #C1C1C1. Windows color (decimal): -6885066 or 3600790. OLE color: 3600790.
HSL color Cylindrical-coordinate representation of color #96F136: hue angle of 89.2º degrees, saturation: 0.87, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #96F136 is Cyan = 0.38, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 150 | 241 | 54 | - |
| CMYK | 0.38 | 0 | 0.78 | 0.05 |
| HSL | 89.2º | 0.87% | 0.58% | - |
| HSV(B) | 89.2º | 0.78% | 0.95% | - |
| XYZ | 44.7 | 69.66 | 14.58 | - |
| YUV | 192.47 | 49.85 | 97.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 241 | 54 | 0.38 | 0 | 0.78 | 0.05 | 89.2 | 0.87 | 0.58 |
| Hex | 96 | F1 | 36 | 26 | 0 | 4E | 5 | 59 | 57 | 3A |
| Octal | 226 | 361 | 66 | 46 | 0 | 116 | 5 | 131 | 127 | 72 |
| Binary | 10010110 | 11110001 | 110110 | 100110 | 0 | 1001110 | 101 | 1011001 | 1010111 | 111010 |
Color Harmonies of #96F136
Complementary color
Monochromatic Colors of #96F136
Black with #96F136
Text Example
Text Example
White with #96F136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96F136; }
p { color: rgb(150,241,54); }
H1.HeaderClassName
{
color: #96F136;
}
.AnyTagClassName
{
color: #96F136;
}
</style>
background-color css
<style>
a { background-color: #96F136; }
a { background-color: rgb(150,241,54); }
div.DivClassName
{
background-color: #96F136;
}
.BgClassName
{
background-color: #96F136;
}
</style>
border-color css
<style>
span { border-color: #96F136; }
span { border-color: rgb(150,241,54); }
td.TdClassName
{
border-color: #96F136;
}
.TagClassName
{
border-color: #96F136;
}
</style>