Shades of Yellow Green #96D62C
Tints of Yellow Green #96D62C
RGB
CMYK
RGB Variations
Color information
#96D62C (or 0x96D62C) is known color: Yellow Green. HEX triplet: 96, D6 and 2C. RGB value is (150,214,44). Sum of RGB (Red+Green+Blue) = 150+214+44=408 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.76% from 408); Green value is 214 (83.98% from 255 or 52.45% from 408); Blue value is 44 (17.58% from 255 or 10.78% from 408); Max value from RGB is 214 - color contains mainly: green. Hex color #96D62C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96D62C is #6929D3. Grayscale: #B0B0B0. Windows color (decimal): -6891988 or 2938518. OLE color: 2938518.
HSL color Cylindrical-coordinate representation of color #96D62C: hue angle of 82.59º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #96D62C is Cyan = 0.30, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 150 | 214 | 44 | - |
| CMYK | 0.30 | 0 | 0.79 | 0.16 |
| HSL | 82.59º | 0.67% | 0.51% | - |
| HSV(B) | 82.59º | 0.79% | 0.84% | - |
| XYZ | 37.08 | 54.76 | 11 | - |
| YUV | 175.48 | 53.8 | 109.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 214 | 44 | 0.30 | 0 | 0.79 | 0.16 | 82.59 | 0.67 | 0.51 |
| Hex | 96 | D6 | 2C | 1E | 0 | 4F | 10 | 53 | 43 | 33 |
| Octal | 226 | 326 | 54 | 36 | 0 | 117 | 20 | 123 | 103 | 63 |
| Binary | 10010110 | 11010110 | 101100 | 11110 | 0 | 1001111 | 10000 | 1010011 | 1000011 | 110011 |
Color Harmonies of #96D62C
Complementary color
Monochromatic Colors of #96D62C
Black with #96D62C
Text Example
Text Example
White with #96D62C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96D62C; }
p { color: rgb(150,214,44); }
H1.HeaderClassName
{
color: #96D62C;
}
.AnyTagClassName
{
color: #96D62C;
}
</style>
background-color css
<style>
a { background-color: #96D62C; }
a { background-color: rgb(150,214,44); }
div.DivClassName
{
background-color: #96D62C;
}
.BgClassName
{
background-color: #96D62C;
}
</style>
border-color css
<style>
span { border-color: #96D62C; }
span { border-color: rgb(150,214,44); }
td.TdClassName
{
border-color: #96D62C;
}
.TagClassName
{
border-color: #96D62C;
}
</style>