Shades of Yellow Green #96C533
Tints of Yellow Green #96C533
RGB
CMYK
RGB Variations
Color information
#96C533 (or 0x96C533) is known color: Yellow Green. HEX triplet: 96, C5 and 33. RGB value is (150,197,51). Sum of RGB (Red+Green+Blue) = 150+197+51=398 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.69% from 398); Green value is 197 (77.34% from 255 or 49.50% from 398); Blue value is 51 (20.31% from 255 or 12.81% from 398); Max value from RGB is 197 - color contains mainly: green. Hex color #96C533 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96C533 is #693ACC. Grayscale: #A6A6A6. Windows color (decimal): -6896333 or 3392918. OLE color: 3392918.
HSL color Cylindrical-coordinate representation of color #96C533: hue angle of 79.32º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #96C533 is Cyan = 0.24, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 150 | 197 | 51 | - |
| CMYK | 0.24 | 0 | 0.74 | 0.23 |
| HSL | 79.32º | 0.59% | 0.49% | - |
| HSV(B) | 79.32º | 0.74% | 0.77% | - |
| XYZ | 33.14 | 46.66 | 10.39 | - |
| YUV | 166.3 | 62.93 | 116.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 197 | 51 | 0.24 | 0 | 0.74 | 0.23 | 79.32 | 0.59 | 0.49 |
| Hex | 96 | C5 | 33 | 18 | 0 | 4A | 17 | 4F | 3B | 31 |
| Octal | 226 | 305 | 63 | 30 | 0 | 112 | 27 | 117 | 73 | 61 |
| Binary | 10010110 | 11000101 | 110011 | 11000 | 0 | 1001010 | 10111 | 1001111 | 111011 | 110001 |
Color Harmonies of #96C533
Complementary color
Monochromatic Colors of #96C533
Black with #96C533
Text Example
Text Example
White with #96C533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96C533; }
p { color: rgb(150,197,51); }
H1.HeaderClassName
{
color: #96C533;
}
.AnyTagClassName
{
color: #96C533;
}
</style>
background-color css
<style>
a { background-color: #96C533; }
a { background-color: rgb(150,197,51); }
div.DivClassName
{
background-color: #96C533;
}
.BgClassName
{
background-color: #96C533;
}
</style>
border-color css
<style>
span { border-color: #96C533; }
span { border-color: rgb(150,197,51); }
td.TdClassName
{
border-color: #96C533;
}
.TagClassName
{
border-color: #96C533;
}
</style>