Shades of Yellow Green #96C82C
Tints of Yellow Green #96C82C
RGB
CMYK
RGB Variations
Color information
#96C82C (or 0x96C82C) is known color: Yellow Green. HEX triplet: 96, C8 and 2C. RGB value is (150,200,44). Sum of RGB (Red+Green+Blue) = 150+200+44=394 (52% of max value = 765). Red value is 150 (58.98% from 255 or 38.07% from 394); Green value is 200 (78.52% from 255 or 50.76% from 394); Blue value is 44 (17.58% from 255 or 11.17% from 394); Max value from RGB is 200 - color contains mainly: green. Hex color #96C82C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96C82C is #6937D3. Grayscale: #A7A7A7. Windows color (decimal): -6895572 or 2934934. OLE color: 2934934.
HSL color Cylindrical-coordinate representation of color #96C82C: hue angle of 79.23º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #96C82C is Cyan = 0.25, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 150 | 200 | 44 | - |
| CMYK | 0.25 | 0 | 0.78 | 0.22 |
| HSL | 79.23º | 0.64% | 0.48% | - |
| HSV(B) | 79.23º | 0.78% | 0.78% | - |
| XYZ | 33.69 | 47.97 | 9.87 | - |
| YUV | 167.27 | 58.44 | 115.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 200 | 44 | 0.25 | 0 | 0.78 | 0.22 | 79.23 | 0.64 | 0.48 |
| Hex | 96 | C8 | 2C | 19 | 0 | 4E | 16 | 4F | 40 | 30 |
| Octal | 226 | 310 | 54 | 31 | 0 | 116 | 26 | 117 | 100 | 60 |
| Binary | 10010110 | 11001000 | 101100 | 11001 | 0 | 1001110 | 10110 | 1001111 | 1000000 | 110000 |
Color Harmonies of #96C82C
Complementary color
Monochromatic Colors of #96C82C
Black with #96C82C
Text Example
Text Example
White with #96C82C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96C82C; }
p { color: rgb(150,200,44); }
H1.HeaderClassName
{
color: #96C82C;
}
.AnyTagClassName
{
color: #96C82C;
}
</style>
background-color css
<style>
a { background-color: #96C82C; }
a { background-color: rgb(150,200,44); }
div.DivClassName
{
background-color: #96C82C;
}
.BgClassName
{
background-color: #96C82C;
}
</style>
border-color css
<style>
span { border-color: #96C82C; }
span { border-color: rgb(150,200,44); }
td.TdClassName
{
border-color: #96C82C;
}
.TagClassName
{
border-color: #96C82C;
}
</style>