Shades of Yellow Green #96D52A
Tints of Yellow Green #96D52A
RGB
CMYK
RGB Variations
Color information
#96D52A (or 0x96D52A) is known color: Yellow Green. HEX triplet: 96, D5 and 2A. RGB value is (150,213,42). Sum of RGB (Red+Green+Blue) = 150+213+42=405 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.04% from 405); Green value is 213 (83.59% from 255 or 52.59% from 405); Blue value is 42 (16.80% from 255 or 10.37% from 405); Max value from RGB is 213 - color contains mainly: green. Hex color #96D52A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96D52A is #692AD5. Grayscale: #AFAFAF. Windows color (decimal): -6892246 or 2807190. OLE color: 2807190.
HSL color Cylindrical-coordinate representation of color #96D52A: hue angle of 82.11º degrees, saturation: 0.67, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #96D52A is Cyan = 0.30, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 150 | 213 | 42 | - |
| CMYK | 0.30 | 0 | 0.80 | 0.16 |
| HSL | 82.11º | 0.67% | 0.5% | - |
| HSV(B) | 82.11º | 0.8% | 0.84% | - |
| XYZ | 36.79 | 54.24 | 10.72 | - |
| YUV | 174.67 | 53.13 | 110.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 213 | 42 | 0.30 | 0 | 0.80 | 0.16 | 82.11 | 0.67 | 0.5 |
| Hex | 96 | D5 | 2A | 1E | 0 | 50 | 10 | 52 | 43 | 32 |
| Octal | 226 | 325 | 52 | 36 | 0 | 120 | 20 | 122 | 103 | 62 |
| Binary | 10010110 | 11010101 | 101010 | 11110 | 0 | 1010000 | 10000 | 1010010 | 1000011 | 110010 |
Color Harmonies of #96D52A
Complementary color
Monochromatic Colors of #96D52A
Black with #96D52A
Text Example
Text Example
White with #96D52A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96D52A; }
p { color: rgb(150,213,42); }
H1.HeaderClassName
{
color: #96D52A;
}
.AnyTagClassName
{
color: #96D52A;
}
</style>
background-color css
<style>
a { background-color: #96D52A; }
a { background-color: rgb(150,213,42); }
div.DivClassName
{
background-color: #96D52A;
}
.BgClassName
{
background-color: #96D52A;
}
</style>
border-color css
<style>
span { border-color: #96D52A; }
span { border-color: rgb(150,213,42); }
td.TdClassName
{
border-color: #96D52A;
}
.TagClassName
{
border-color: #96D52A;
}
</style>