Shades of Yellow Green #96C730
Tints of Yellow Green #96C730
RGB
CMYK
RGB Variations
Color information
#96C730 (or 0x96C730) is known color: Yellow Green. HEX triplet: 96, C7 and 30. RGB value is (150,199,48). Sum of RGB (Red+Green+Blue) = 150+199+48=397 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.78% from 397); Green value is 199 (78.12% from 255 or 50.13% from 397); Blue value is 48 (19.14% from 255 or 12.09% from 397); Max value from RGB is 199 - color contains mainly: green. Hex color #96C730 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96C730 is #6938CF. Grayscale: #A7A7A7. Windows color (decimal): -6895824 or 3196822. OLE color: 3196822.
HSL color Cylindrical-coordinate representation of color #96C730: hue angle of 79.47º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #96C730 is Cyan = 0.25, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 150 | 199 | 48 | - |
| CMYK | 0.25 | 0 | 0.76 | 0.22 |
| HSL | 79.47º | 0.61% | 0.48% | - |
| HSV(B) | 79.47º | 0.76% | 0.78% | - |
| XYZ | 33.53 | 47.54 | 10.21 | - |
| YUV | 167.14 | 60.77 | 115.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 199 | 48 | 0.25 | 0 | 0.76 | 0.22 | 79.47 | 0.61 | 0.48 |
| Hex | 96 | C7 | 30 | 19 | 0 | 4C | 16 | 4F | 3D | 30 |
| Octal | 226 | 307 | 60 | 31 | 0 | 114 | 26 | 117 | 75 | 60 |
| Binary | 10010110 | 11000111 | 110000 | 11001 | 0 | 1001100 | 10110 | 1001111 | 111101 | 110000 |
Color Harmonies of #96C730
Complementary color
Monochromatic Colors of #96C730
Black with #96C730
Text Example
Text Example
White with #96C730
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96C730; }
p { color: rgb(150,199,48); }
H1.HeaderClassName
{
color: #96C730;
}
.AnyTagClassName
{
color: #96C730;
}
</style>
background-color css
<style>
a { background-color: #96C730; }
a { background-color: rgb(150,199,48); }
div.DivClassName
{
background-color: #96C730;
}
.BgClassName
{
background-color: #96C730;
}
</style>
border-color css
<style>
span { border-color: #96C730; }
span { border-color: rgb(150,199,48); }
td.TdClassName
{
border-color: #96C730;
}
.TagClassName
{
border-color: #96C730;
}
</style>