Shades of Green Yellow #96F730
Tints of Green Yellow #96F730
RGB
CMYK
RGB Variations
Color information
#96F730 (or 0x96F730) is known color: Green Yellow. HEX triplet: 96, F7 and 30. RGB value is (150,247,48). Sum of RGB (Red+Green+Blue) = 150+247+48=445 (58% of max value = 765). Red value is 150 (58.98% from 255 or 33.71% from 445); Green value is 247 (96.88% from 255 or 55.51% from 445); Blue value is 48 (19.14% from 255 or 10.79% from 445); Max value from RGB is 247 - color contains mainly: green. Hex color #96F730 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #96F730 is #6908CF. Grayscale: #C4C4C4. Windows color (decimal): -6883536 or 3209110. OLE color: 3209110.
HSL color Cylindrical-coordinate representation of color #96F730: hue angle of 89.25º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #96F730 is Cyan = 0.39, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 150 | 247 | 48 | - |
| CMYK | 0.39 | 0 | 0.81 | 0.03 |
| HSL | 89.25º | 0.93% | 0.58% | - |
| HSV(B) | 89.25º | 0.81% | 0.97% | - |
| XYZ | 46.37 | 73.22 | 14.48 | - |
| YUV | 195.31 | 44.86 | 95.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 247 | 48 | 0.39 | 0 | 0.81 | 0.03 | 89.25 | 0.93 | 0.58 |
| Hex | 96 | F7 | 30 | 27 | 0 | 51 | 3 | 59 | 5D | 3A |
| Octal | 226 | 367 | 60 | 47 | 0 | 121 | 3 | 131 | 135 | 72 |
| Binary | 10010110 | 11110111 | 110000 | 100111 | 0 | 1010001 | 11 | 1011001 | 1011101 | 111010 |
Color Harmonies of #96F730
Complementary color
Monochromatic Colors of #96F730
Black with #96F730
Text Example
Text Example
White with #96F730
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96F730; }
p { color: rgb(150,247,48); }
H1.HeaderClassName
{
color: #96F730;
}
.AnyTagClassName
{
color: #96F730;
}
</style>
background-color css
<style>
a { background-color: #96F730; }
a { background-color: rgb(150,247,48); }
div.DivClassName
{
background-color: #96F730;
}
.BgClassName
{
background-color: #96F730;
}
</style>
border-color css
<style>
span { border-color: #96F730; }
span { border-color: rgb(150,247,48); }
td.TdClassName
{
border-color: #96F730;
}
.TagClassName
{
border-color: #96F730;
}
</style>