Shades of Green Yellow #96FB30
Tints of Green Yellow #96FB30
RGB
CMYK
RGB Variations
Color information
#96FB30 (or 0x96FB30) is known color: Green Yellow. HEX triplet: 96, FB and 30. RGB value is (150,251,48). Sum of RGB (Red+Green+Blue) = 150+251+48=449 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.41% from 449); Green value is 251 (98.44% from 255 or 55.90% from 449); Blue value is 48 (19.14% from 255 or 10.69% from 449); Max value from RGB is 251 - color contains mainly: green. Hex color #96FB30 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #96FB30 is #6904CF. Grayscale: #C6C6C6. Windows color (decimal): -6882512 or 3210134. OLE color: 3210134.
HSL color Cylindrical-coordinate representation of color #96FB30: hue angle of 89.85º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #96FB30 is Cyan = 0.40, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 150 | 251 | 48 | - |
| CMYK | 0.40 | 0 | 0.81 | 0.02 |
| HSL | 89.85º | 0.96% | 0.59% | - |
| HSV(B) | 89.85º | 0.81% | 0.98% | - |
| XYZ | 47.61 | 75.69 | 14.9 | - |
| YUV | 197.66 | 43.54 | 94.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 251 | 48 | 0.40 | 0 | 0.81 | 0.02 | 89.85 | 0.96 | 0.59 |
| Hex | 96 | FB | 30 | 28 | 0 | 51 | 2 | 5A | 60 | 3B |
| Octal | 226 | 373 | 60 | 50 | 0 | 121 | 2 | 132 | 140 | 73 |
| Binary | 10010110 | 11111011 | 110000 | 101000 | 0 | 1010001 | 10 | 1011010 | 1100000 | 111011 |
Color Harmonies of #96FB30
Complementary color
Monochromatic Colors of #96FB30
Black with #96FB30
Text Example
Text Example
White with #96FB30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96FB30; }
p { color: rgb(150,251,48); }
H1.HeaderClassName
{
color: #96FB30;
}
.AnyTagClassName
{
color: #96FB30;
}
</style>
background-color css
<style>
a { background-color: #96FB30; }
a { background-color: rgb(150,251,48); }
div.DivClassName
{
background-color: #96FB30;
}
.BgClassName
{
background-color: #96FB30;
}
</style>
border-color css
<style>
span { border-color: #96FB30; }
span { border-color: rgb(150,251,48); }
td.TdClassName
{
border-color: #96FB30;
}
.TagClassName
{
border-color: #96FB30;
}
</style>