Shades of Yellow Green #96CE31
Tints of Yellow Green #96CE31
RGB
CMYK
RGB Variations
Color information
#96CE31 (or 0x96CE31) is known color: Yellow Green. HEX triplet: 96, CE and 31. RGB value is (150,206,49). Sum of RGB (Red+Green+Blue) = 150+206+49=405 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.04% from 405); Green value is 206 (80.86% from 255 or 50.86% from 405); Blue value is 49 (19.53% from 255 or 12.10% from 405); Max value from RGB is 206 - color contains mainly: green. Hex color #96CE31 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96CE31 is #6931CE. Grayscale: #ABABAB. Windows color (decimal): -6894031 or 3264150. OLE color: 3264150.
HSL color Cylindrical-coordinate representation of color #96CE31: hue angle of 81.4º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #96CE31 is Cyan = 0.27, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 150 | 206 | 49 | - |
| CMYK | 0.27 | 0 | 0.76 | 0.19 |
| HSL | 81.4º | 0.62% | 0.5% | - |
| HSV(B) | 81.4º | 0.76% | 0.81% | - |
| XYZ | 35.2 | 50.85 | 10.87 | - |
| YUV | 171.36 | 58.95 | 112.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 206 | 49 | 0.27 | 0 | 0.76 | 0.19 | 81.4 | 0.62 | 0.5 |
| Hex | 96 | CE | 31 | 1B | 0 | 4C | 13 | 51 | 3E | 32 |
| Octal | 226 | 316 | 61 | 33 | 0 | 114 | 23 | 121 | 76 | 62 |
| Binary | 10010110 | 11001110 | 110001 | 11011 | 0 | 1001100 | 10011 | 1010001 | 111110 | 110010 |
Color Harmonies of #96CE31
Complementary color
Monochromatic Colors of #96CE31
Black with #96CE31
Text Example
Text Example
White with #96CE31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96CE31; }
p { color: rgb(150,206,49); }
H1.HeaderClassName
{
color: #96CE31;
}
.AnyTagClassName
{
color: #96CE31;
}
</style>
background-color css
<style>
a { background-color: #96CE31; }
a { background-color: rgb(150,206,49); }
div.DivClassName
{
background-color: #96CE31;
}
.BgClassName
{
background-color: #96CE31;
}
</style>
border-color css
<style>
span { border-color: #96CE31; }
span { border-color: rgb(150,206,49); }
td.TdClassName
{
border-color: #96CE31;
}
.TagClassName
{
border-color: #96CE31;
}
</style>