Shades of Yellow Green #96D534
Tints of Yellow Green #96D534
RGB
CMYK
RGB Variations
Color information
#96D534 (or 0x96D534) is known color: Yellow Green. HEX triplet: 96, D5 and 34. RGB value is (150,213,52). Sum of RGB (Red+Green+Blue) = 150+213+52=415 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.14% from 415); Green value is 213 (83.59% from 255 or 51.33% from 415); Blue value is 52 (20.70% from 255 or 12.53% from 415); Max value from RGB is 213 - color contains mainly: green. Hex color #96D534 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96D534 is #692ACB. Grayscale: #B0B0B0. Windows color (decimal): -6892236 or 3462550. OLE color: 3462550.
HSL color Cylindrical-coordinate representation of color #96D534: hue angle of 83.48º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #96D534 is Cyan = 0.30, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 150 | 213 | 52 | - |
| CMYK | 0.30 | 0 | 0.76 | 0.16 |
| HSL | 83.48º | 0.66% | 0.52% | - |
| HSV(B) | 83.48º | 0.76% | 0.84% | - |
| XYZ | 36.99 | 54.32 | 11.78 | - |
| YUV | 175.81 | 58.13 | 109.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 213 | 52 | 0.30 | 0 | 0.76 | 0.16 | 83.48 | 0.66 | 0.52 |
| Hex | 96 | D5 | 34 | 1E | 0 | 4C | 10 | 53 | 42 | 34 |
| Octal | 226 | 325 | 64 | 36 | 0 | 114 | 20 | 123 | 102 | 64 |
| Binary | 10010110 | 11010101 | 110100 | 11110 | 0 | 1001100 | 10000 | 1010011 | 1000010 | 110100 |
Color Harmonies of #96D534
Complementary color
Monochromatic Colors of #96D534
Black with #96D534
Text Example
Text Example
White with #96D534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96D534; }
p { color: rgb(150,213,52); }
H1.HeaderClassName
{
color: #96D534;
}
.AnyTagClassName
{
color: #96D534;
}
</style>
background-color css
<style>
a { background-color: #96D534; }
a { background-color: rgb(150,213,52); }
div.DivClassName
{
background-color: #96D534;
}
.BgClassName
{
background-color: #96D534;
}
</style>
border-color css
<style>
span { border-color: #96D534; }
span { border-color: rgb(150,213,52); }
td.TdClassName
{
border-color: #96D534;
}
.TagClassName
{
border-color: #96D534;
}
</style>