Shades of Yellow Green #96C734
Tints of Yellow Green #96C734
RGB
CMYK
RGB Variations
Color information
#96C734 (or 0x96C734) is known color: Yellow Green. HEX triplet: 96, C7 and 34. RGB value is (150,199,52). Sum of RGB (Red+Green+Blue) = 150+199+52=401 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.41% from 401); Green value is 199 (78.12% from 255 or 49.63% from 401); Blue value is 52 (20.70% from 255 or 12.97% from 401); Max value from RGB is 199 - color contains mainly: green. Hex color #96C734 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96C734 is #6938CB. Grayscale: #A8A8A8. Windows color (decimal): -6895820 or 3458966. OLE color: 3458966.
HSL color Cylindrical-coordinate representation of color #96C734: hue angle of 80º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #96C734 is Cyan = 0.25, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 150 | 199 | 52 | - |
| CMYK | 0.25 | 0 | 0.74 | 0.22 |
| HSL | 80º | 0.59% | 0.49% | - |
| HSV(B) | 80º | 0.74% | 0.78% | - |
| XYZ | 33.62 | 47.58 | 10.66 | - |
| YUV | 167.59 | 62.77 | 115.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 199 | 52 | 0.25 | 0 | 0.74 | 0.22 | 80 | 0.59 | 0.49 |
| Hex | 96 | C7 | 34 | 19 | 0 | 4A | 16 | 50 | 3B | 31 |
| Octal | 226 | 307 | 64 | 31 | 0 | 112 | 26 | 120 | 73 | 61 |
| Binary | 10010110 | 11000111 | 110100 | 11001 | 0 | 1001010 | 10110 | 1010000 | 111011 | 110001 |
Color Harmonies of #96C734
Complementary color
Monochromatic Colors of #96C734
Black with #96C734
Text Example
Text Example
White with #96C734
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96C734; }
p { color: rgb(150,199,52); }
H1.HeaderClassName
{
color: #96C734;
}
.AnyTagClassName
{
color: #96C734;
}
</style>
background-color css
<style>
a { background-color: #96C734; }
a { background-color: rgb(150,199,52); }
div.DivClassName
{
background-color: #96C734;
}
.BgClassName
{
background-color: #96C734;
}
</style>
border-color css
<style>
span { border-color: #96C734; }
span { border-color: rgb(150,199,52); }
td.TdClassName
{
border-color: #96C734;
}
.TagClassName
{
border-color: #96C734;
}
</style>