Shades of Yellow Green #96CC28
Tints of Yellow Green #96CC28
RGB
CMYK
RGB Variations
Color information
#96CC28 (or 0x96CC28) is known color: Yellow Green. HEX triplet: 96, CC and 28. RGB value is (150,204,40). Sum of RGB (Red+Green+Blue) = 150+204+40=394 (52% of max value = 765). Red value is 150 (58.98% from 255 or 38.07% from 394); Green value is 204 (80.08% from 255 or 51.78% from 394); Blue value is 40 (16.02% from 255 or 10.15% from 394); Max value from RGB is 204 - color contains mainly: green. Hex color #96CC28 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96CC28 is #6933D7. Grayscale: #A9A9A9. Windows color (decimal): -6894552 or 2673814. OLE color: 2673814.
HSL color Cylindrical-coordinate representation of color #96CC28: hue angle of 79.76º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #96CC28 is Cyan = 0.26, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 150 | 204 | 40 | - |
| CMYK | 0.26 | 0 | 0.80 | 0.2 |
| HSL | 79.76º | 0.67% | 0.48% | - |
| HSV(B) | 79.76º | 0.8% | 0.8% | - |
| XYZ | 34.55 | 49.82 | 9.8 | - |
| YUV | 169.16 | 55.11 | 114.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 204 | 40 | 0.26 | 0 | 0.80 | 0.2 | 79.76 | 0.67 | 0.48 |
| Hex | 96 | CC | 28 | 1A | 0 | 50 | 14 | 50 | 43 | 30 |
| Octal | 226 | 314 | 50 | 32 | 0 | 120 | 24 | 120 | 103 | 60 |
| Binary | 10010110 | 11001100 | 101000 | 11010 | 0 | 1010000 | 10100 | 1010000 | 1000011 | 110000 |
Color Harmonies of #96CC28
Complementary color
Monochromatic Colors of #96CC28
Black with #96CC28
Text Example
Text Example
White with #96CC28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96CC28; }
p { color: rgb(150,204,40); }
H1.HeaderClassName
{
color: #96CC28;
}
.AnyTagClassName
{
color: #96CC28;
}
</style>
background-color css
<style>
a { background-color: #96CC28; }
a { background-color: rgb(150,204,40); }
div.DivClassName
{
background-color: #96CC28;
}
.BgClassName
{
background-color: #96CC28;
}
</style>
border-color css
<style>
span { border-color: #96CC28; }
span { border-color: rgb(150,204,40); }
td.TdClassName
{
border-color: #96CC28;
}
.TagClassName
{
border-color: #96CC28;
}
</style>