Shades of Yellow Green #96CE30
Tints of Yellow Green #96CE30
RGB
CMYK
RGB Variations
Color information
#96CE30 (or 0x96CE30) is known color: Yellow Green. HEX triplet: 96, CE and 30. RGB value is (150,206,48). Sum of RGB (Red+Green+Blue) = 150+206+48=404 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.13% from 404); Green value is 206 (80.86% from 255 or 50.99% from 404); Blue value is 48 (19.14% from 255 or 11.88% from 404); Max value from RGB is 206 - color contains mainly: green. Hex color #96CE30 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96CE30 is #6931CF. Grayscale: #ABABAB. Windows color (decimal): -6894032 or 3198614. OLE color: 3198614.
HSL color Cylindrical-coordinate representation of color #96CE30: hue angle of 81.27º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #96CE30 is Cyan = 0.27, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 150 | 206 | 48 | - |
| CMYK | 0.27 | 0 | 0.77 | 0.19 |
| HSL | 81.27º | 0.62% | 0.5% | - |
| HSV(B) | 81.27º | 0.77% | 0.81% | - |
| XYZ | 35.18 | 50.84 | 10.76 | - |
| YUV | 171.24 | 58.45 | 112.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 206 | 48 | 0.27 | 0 | 0.77 | 0.19 | 81.27 | 0.62 | 0.5 |
| Hex | 96 | CE | 30 | 1B | 0 | 4D | 13 | 51 | 3E | 32 |
| Octal | 226 | 316 | 60 | 33 | 0 | 115 | 23 | 121 | 76 | 62 |
| Binary | 10010110 | 11001110 | 110000 | 11011 | 0 | 1001101 | 10011 | 1010001 | 111110 | 110010 |
Color Harmonies of #96CE30
Complementary color
Monochromatic Colors of #96CE30
Black with #96CE30
Text Example
Text Example
White with #96CE30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96CE30; }
p { color: rgb(150,206,48); }
H1.HeaderClassName
{
color: #96CE30;
}
.AnyTagClassName
{
color: #96CE30;
}
</style>
background-color css
<style>
a { background-color: #96CE30; }
a { background-color: rgb(150,206,48); }
div.DivClassName
{
background-color: #96CE30;
}
.BgClassName
{
background-color: #96CE30;
}
</style>
border-color css
<style>
span { border-color: #96CE30; }
span { border-color: rgb(150,206,48); }
td.TdClassName
{
border-color: #96CE30;
}
.TagClassName
{
border-color: #96CE30;
}
</style>