Shades of Green Yellow #96F434
Tints of Green Yellow #96F434
RGB
CMYK
RGB Variations
Color information
#96F434 (or 0x96F434) is known color: Green Yellow. HEX triplet: 96, F4 and 34. RGB value is (150,244,52). Sum of RGB (Red+Green+Blue) = 150+244+52=446 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.63% from 446); Green value is 244 (95.70% from 255 or 54.71% from 446); Blue value is 52 (20.70% from 255 or 11.66% from 446); Max value from RGB is 244 - color contains mainly: green. Hex color #96F434 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #96F434 is #690BCB. Grayscale: #C2C2C2. Windows color (decimal): -6884300 or 3470486. OLE color: 3470486.
HSL color Cylindrical-coordinate representation of color #96F434: hue angle of 89.37º degrees, saturation: 0.9, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #96F434 is Cyan = 0.39, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 150 | 244 | 52 | - |
| CMYK | 0.39 | 0 | 0.79 | 0.04 |
| HSL | 89.37º | 0.9% | 0.58% | - |
| HSV(B) | 89.37º | 0.79% | 0.96% | - |
| XYZ | 45.55 | 71.43 | 14.64 | - |
| YUV | 194.01 | 47.86 | 96.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 244 | 52 | 0.39 | 0 | 0.79 | 0.04 | 89.37 | 0.9 | 0.58 |
| Hex | 96 | F4 | 34 | 27 | 0 | 4F | 4 | 59 | 5A | 3A |
| Octal | 226 | 364 | 64 | 47 | 0 | 117 | 4 | 131 | 132 | 72 |
| Binary | 10010110 | 11110100 | 110100 | 100111 | 0 | 1001111 | 100 | 1011001 | 1011010 | 111010 |
Color Harmonies of #96F434
Complementary color
Monochromatic Colors of #96F434
Black with #96F434
Text Example
Text Example
White with #96F434
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96F434; }
p { color: rgb(150,244,52); }
H1.HeaderClassName
{
color: #96F434;
}
.AnyTagClassName
{
color: #96F434;
}
</style>
background-color css
<style>
a { background-color: #96F434; }
a { background-color: rgb(150,244,52); }
div.DivClassName
{
background-color: #96F434;
}
.BgClassName
{
background-color: #96F434;
}
</style>
border-color css
<style>
span { border-color: #96F434; }
span { border-color: rgb(150,244,52); }
td.TdClassName
{
border-color: #96F434;
}
.TagClassName
{
border-color: #96F434;
}
</style>