Shades of Yellow Green #96DD2A
Tints of Yellow Green #96DD2A
RGB
CMYK
RGB Variations
Color information
#96DD2A (or 0x96DD2A) is known color: Yellow Green. HEX triplet: 96, DD and 2A. RGB value is (150,221,42). Sum of RGB (Red+Green+Blue) = 150+221+42=413 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.32% from 413); Green value is 221 (86.72% from 255 or 53.51% from 413); Blue value is 42 (16.80% from 255 or 10.17% from 413); Max value from RGB is 221 - color contains mainly: green. Hex color #96DD2A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96DD2A is #6922D5. Grayscale: #B4B4B4. Windows color (decimal): -6890198 or 2809238. OLE color: 2809238.
HSL color Cylindrical-coordinate representation of color #96DD2A: hue angle of 83.8º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #96DD2A is Cyan = 0.32, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 150 | 221 | 42 | - |
| CMYK | 0.32 | 0 | 0.81 | 0.13 |
| HSL | 83.8º | 0.72% | 0.52% | - |
| HSV(B) | 83.8º | 0.81% | 0.87% | - |
| XYZ | 38.85 | 58.36 | 11.41 | - |
| YUV | 179.37 | 50.48 | 107.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 221 | 42 | 0.32 | 0 | 0.81 | 0.13 | 83.8 | 0.72 | 0.52 |
| Hex | 96 | DD | 2A | 20 | 0 | 51 | D | 54 | 48 | 34 |
| Octal | 226 | 335 | 52 | 40 | 0 | 121 | 15 | 124 | 110 | 64 |
| Binary | 10010110 | 11011101 | 101010 | 100000 | 0 | 1010001 | 1101 | 1010100 | 1001000 | 110100 |
Color Harmonies of #96DD2A
Complementary color
Monochromatic Colors of #96DD2A
Black with #96DD2A
Text Example
Text Example
White with #96DD2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96DD2A; }
p { color: rgb(150,221,42); }
H1.HeaderClassName
{
color: #96DD2A;
}
.AnyTagClassName
{
color: #96DD2A;
}
</style>
background-color css
<style>
a { background-color: #96DD2A; }
a { background-color: rgb(150,221,42); }
div.DivClassName
{
background-color: #96DD2A;
}
.BgClassName
{
background-color: #96DD2A;
}
</style>
border-color css
<style>
span { border-color: #96DD2A; }
span { border-color: rgb(150,221,42); }
td.TdClassName
{
border-color: #96DD2A;
}
.TagClassName
{
border-color: #96DD2A;
}
</style>