Shades of Yellow Green #96C920
Tints of Yellow Green #96C920
RGB
CMYK
RGB Variations
Color information
#96C920 (or 0x96C920) is known color: Yellow Green. HEX triplet: 96, C9 and 20. RGB value is (150,201,32). Sum of RGB (Red+Green+Blue) = 150+201+32=383 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.16% from 383); Green value is 201 (78.91% from 255 or 52.48% from 383); Blue value is 32 (12.89% from 255 or 8.36% from 383); Max value from RGB is 201 - color contains mainly: green. Hex color #96C920 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96C920 is #6936DF. Grayscale: #A7A7A7. Windows color (decimal): -6895328 or 2148758. OLE color: 2148758.
HSL color Cylindrical-coordinate representation of color #96C920: hue angle of 78.11º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #96C920 is Cyan = 0.25, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 150 | 201 | 32 | - |
| CMYK | 0.25 | 0 | 0.84 | 0.21 |
| HSL | 78.11º | 0.73% | 0.46% | - |
| HSV(B) | 78.11º | 0.84% | 0.79% | - |
| XYZ | 33.73 | 48.36 | 8.92 | - |
| YUV | 166.49 | 52.1 | 116.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 201 | 32 | 0.25 | 0 | 0.84 | 0.21 | 78.11 | 0.73 | 0.46 |
| Hex | 96 | C9 | 20 | 19 | 0 | 54 | 15 | 4E | 49 | 2E |
| Octal | 226 | 311 | 40 | 31 | 0 | 124 | 25 | 116 | 111 | 56 |
| Binary | 10010110 | 11001001 | 100000 | 11001 | 0 | 1010100 | 10101 | 1001110 | 1001001 | 101110 |
Color Harmonies of #96C920
Complementary color
Monochromatic Colors of #96C920
Black with #96C920
Text Example
Text Example
White with #96C920
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96C920; }
p { color: rgb(150,201,32); }
H1.HeaderClassName
{
color: #96C920;
}
.AnyTagClassName
{
color: #96C920;
}
</style>
background-color css
<style>
a { background-color: #96C920; }
a { background-color: rgb(150,201,32); }
div.DivClassName
{
background-color: #96C920;
}
.BgClassName
{
background-color: #96C920;
}
</style>
border-color css
<style>
span { border-color: #96C920; }
span { border-color: rgb(150,201,32); }
td.TdClassName
{
border-color: #96C920;
}
.TagClassName
{
border-color: #96C920;
}
</style>