Shades of Yellow Green #96D315
Tints of Yellow Green #96D315
RGB
CMYK
RGB Variations
Color information
#96D315 (or 0x96D315) is known color: Yellow Green. HEX triplet: 96, D3 and 15. RGB value is (150,211,21). Sum of RGB (Red+Green+Blue) = 150+211+21=382 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.27% from 382); Green value is 211 (82.81% from 255 or 55.24% from 382); Blue value is 21 (8.59% from 255 or 5.50% from 382); Max value from RGB is 211 - color contains mainly: green. Hex color #96D315 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #96D315 is #692CEA. Grayscale: #ABABAB. Windows color (decimal): -6892779 or 1430422. OLE color: 1430422.
HSL color Cylindrical-coordinate representation of color #96D315: hue angle of 79.26º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #96D315 is Cyan = 0.29, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 150 | 211 | 21 | - |
| CMYK | 0.29 | 0 | 0.90 | 0.17 |
| HSL | 79.26º | 0.82% | 0.45% | - |
| HSV(B) | 79.26º | 0.9% | 0.83% | - |
| XYZ | 36.01 | 53.13 | 9.07 | - |
| YUV | 171.1 | 43.29 | 112.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 211 | 21 | 0.29 | 0 | 0.90 | 0.17 | 79.26 | 0.82 | 0.45 |
| Hex | 96 | D3 | 15 | 1D | 0 | 5A | 11 | 4F | 52 | 2D |
| Octal | 226 | 323 | 25 | 35 | 0 | 132 | 21 | 117 | 122 | 55 |
| Binary | 10010110 | 11010011 | 10101 | 11101 | 0 | 1011010 | 10001 | 1001111 | 1010010 | 101101 |
Color Harmonies of #96D315
Complementary color
Monochromatic Colors of #96D315
Black with #96D315
Text Example
Text Example
White with #96D315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96D315; }
p { color: rgb(150,211,21); }
H1.HeaderClassName
{
color: #96D315;
}
.AnyTagClassName
{
color: #96D315;
}
</style>
background-color css
<style>
a { background-color: #96D315; }
a { background-color: rgb(150,211,21); }
div.DivClassName
{
background-color: #96D315;
}
.BgClassName
{
background-color: #96D315;
}
</style>
border-color css
<style>
span { border-color: #96D315; }
span { border-color: rgb(150,211,21); }
td.TdClassName
{
border-color: #96D315;
}
.TagClassName
{
border-color: #96D315;
}
</style>