Shades of Green Yellow #96FA34
Tints of Green Yellow #96FA34
RGB
CMYK
RGB Variations
Color information
#96FA34 (or 0x96FA34) is known color: Green Yellow. HEX triplet: 96, FA and 34. RGB value is (150,250,52). Sum of RGB (Red+Green+Blue) = 150+250+52=452 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.19% from 452); Green value is 250 (98.05% from 255 or 55.31% from 452); Blue value is 52 (20.70% from 255 or 11.50% from 452); Max value from RGB is 250 - color contains mainly: green. Hex color #96FA34 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #96FA34 is #6905CB. Grayscale: #C6C6C6. Windows color (decimal): -6882764 or 3472022. OLE color: 3472022.
HSL color Cylindrical-coordinate representation of color #96FA34: hue angle of 90.3º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #96FA34 is Cyan = 0.4, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 150 | 250 | 52 | - |
| CMYK | 0.4 | 0 | 0.79 | 0.02 |
| HSL | 90.3º | 0.95% | 0.59% | - |
| HSV(B) | 90.3º | 0.79% | 0.98% | - |
| XYZ | 47.38 | 75.1 | 15.25 | - |
| YUV | 197.53 | 45.87 | 94.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 250 | 52 | 0.4 | 0 | 0.79 | 0.02 | 90.3 | 0.95 | 0.59 |
| Hex | 96 | FA | 34 | 28 | 0 | 4F | 2 | 5A | 5F | 3B |
| Octal | 226 | 372 | 64 | 50 | 0 | 117 | 2 | 132 | 137 | 73 |
| Binary | 10010110 | 11111010 | 110100 | 101000 | 0 | 1001111 | 10 | 1011010 | 1011111 | 111011 |
Color Harmonies of #96FA34
Complementary color
Monochromatic Colors of #96FA34
Black with #96FA34
Text Example
Text Example
White with #96FA34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96FA34; }
p { color: rgb(150,250,52); }
H1.HeaderClassName
{
color: #96FA34;
}
.AnyTagClassName
{
color: #96FA34;
}
</style>
background-color css
<style>
a { background-color: #96FA34; }
a { background-color: rgb(150,250,52); }
div.DivClassName
{
background-color: #96FA34;
}
.BgClassName
{
background-color: #96FA34;
}
</style>
border-color css
<style>
span { border-color: #96FA34; }
span { border-color: rgb(150,250,52); }
td.TdClassName
{
border-color: #96FA34;
}
.TagClassName
{
border-color: #96FA34;
}
</style>