Shades of Yellow Green #96D214
Tints of Yellow Green #96D214
RGB
CMYK
RGB Variations
Color information
#96D214 (or 0x96D214) is known color: Yellow Green. HEX triplet: 96, D2 and 14. RGB value is (150,210,20). Sum of RGB (Red+Green+Blue) = 150+210+20=380 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.47% from 380); Green value is 210 (82.42% from 255 or 55.26% from 380); Blue value is 20 (8.20% from 255 or 5.26% from 380); Max value from RGB is 210 - color contains mainly: green. Hex color #96D214 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #96D214 is #692DEB. Grayscale: #ABABAB. Windows color (decimal): -6893036 or 1364630. OLE color: 1364630.
HSL color Cylindrical-coordinate representation of color #96D214: hue angle of 78.95º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #96D214 is Cyan = 0.29, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 150 | 210 | 20 | - |
| CMYK | 0.29 | 0 | 0.90 | 0.18 |
| HSL | 78.95º | 0.83% | 0.45% | - |
| HSV(B) | 78.95º | 0.9% | 0.82% | - |
| XYZ | 35.75 | 52.63 | 8.94 | - |
| YUV | 170.4 | 43.12 | 113.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 210 | 20 | 0.29 | 0 | 0.90 | 0.18 | 78.95 | 0.83 | 0.45 |
| Hex | 96 | D2 | 14 | 1D | 0 | 5A | 12 | 4F | 53 | 2D |
| Octal | 226 | 322 | 24 | 35 | 0 | 132 | 22 | 117 | 123 | 55 |
| Binary | 10010110 | 11010010 | 10100 | 11101 | 0 | 1011010 | 10010 | 1001111 | 1010011 | 101101 |
Color Harmonies of #96D214
Complementary color
Monochromatic Colors of #96D214
Black with #96D214
Text Example
Text Example
White with #96D214
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96D214; }
p { color: rgb(150,210,20); }
H1.HeaderClassName
{
color: #96D214;
}
.AnyTagClassName
{
color: #96D214;
}
</style>
background-color css
<style>
a { background-color: #96D214; }
a { background-color: rgb(150,210,20); }
div.DivClassName
{
background-color: #96D214;
}
.BgClassName
{
background-color: #96D214;
}
</style>
border-color css
<style>
span { border-color: #96D214; }
span { border-color: rgb(150,210,20); }
td.TdClassName
{
border-color: #96D214;
}
.TagClassName
{
border-color: #96D214;
}
</style>