Shades of Yellow Green #96C735
Tints of Yellow Green #96C735
RGB
CMYK
RGB Variations
Color information
#96C735 (or 0x96C735) is known color: Yellow Green. HEX triplet: 96, C7 and 35. RGB value is (150,199,53). Sum of RGB (Red+Green+Blue) = 150+199+53=402 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.31% from 402); Green value is 199 (78.12% from 255 or 49.50% from 402); Blue value is 53 (21.09% from 255 or 13.18% from 402); Max value from RGB is 199 - color contains mainly: green. Hex color #96C735 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96C735 is #6938CA. Grayscale: #A8A8A8. Windows color (decimal): -6895819 or 3524502. OLE color: 3524502.
HSL color Cylindrical-coordinate representation of color #96C735: hue angle of 80.14º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #96C735 is Cyan = 0.25, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 150 | 199 | 53 | - |
| CMYK | 0.25 | 0 | 0.73 | 0.22 |
| HSL | 80.14º | 0.58% | 0.49% | - |
| HSV(B) | 80.14º | 0.73% | 0.78% | - |
| XYZ | 33.64 | 47.59 | 10.78 | - |
| YUV | 167.71 | 63.27 | 115.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 199 | 53 | 0.25 | 0 | 0.73 | 0.22 | 80.14 | 0.58 | 0.49 |
| Hex | 96 | C7 | 35 | 19 | 0 | 49 | 16 | 50 | 3A | 31 |
| Octal | 226 | 307 | 65 | 31 | 0 | 111 | 26 | 120 | 72 | 61 |
| Binary | 10010110 | 11000111 | 110101 | 11001 | 0 | 1001001 | 10110 | 1010000 | 111010 | 110001 |
Color Harmonies of #96C735
Complementary color
Monochromatic Colors of #96C735
Black with #96C735
Text Example
Text Example
White with #96C735
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96C735; }
p { color: rgb(150,199,53); }
H1.HeaderClassName
{
color: #96C735;
}
.AnyTagClassName
{
color: #96C735;
}
</style>
background-color css
<style>
a { background-color: #96C735; }
a { background-color: rgb(150,199,53); }
div.DivClassName
{
background-color: #96C735;
}
.BgClassName
{
background-color: #96C735;
}
</style>
border-color css
<style>
span { border-color: #96C735; }
span { border-color: rgb(150,199,53); }
td.TdClassName
{
border-color: #96C735;
}
.TagClassName
{
border-color: #96C735;
}
</style>