Shades of Yellow Green #96CE2F
Tints of Yellow Green #96CE2F
RGB
CMYK
RGB Variations
Color information
#96CE2F (or 0x96CE2F) is known color: Yellow Green. HEX triplet: 96, CE and 2F. RGB value is (150,206,47). Sum of RGB (Red+Green+Blue) = 150+206+47=403 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.22% from 403); Green value is 206 (80.86% from 255 or 51.12% from 403); Blue value is 47 (18.75% from 255 or 11.66% from 403); Max value from RGB is 206 - color contains mainly: green. Hex color #96CE2F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96CE2F is #6931D0. Grayscale: #ABABAB. Windows color (decimal): -6894033 or 3133078. OLE color: 3133078.
HSL color Cylindrical-coordinate representation of color #96CE2F: hue angle of 81.13º degrees, saturation: 0.63, 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 #96CE2F is Cyan = 0.27, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 150 | 206 | 47 | - |
| CMYK | 0.27 | 0 | 0.77 | 0.19 |
| HSL | 81.13º | 0.63% | 0.5% | - |
| HSV(B) | 81.13º | 0.77% | 0.81% | - |
| XYZ | 35.16 | 50.83 | 10.65 | - |
| YUV | 171.13 | 57.95 | 112.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 206 | 47 | 0.27 | 0 | 0.77 | 0.19 | 81.13 | 0.63 | 0.5 |
| Hex | 96 | CE | 2F | 1B | 0 | 4D | 13 | 51 | 3F | 32 |
| Octal | 226 | 316 | 57 | 33 | 0 | 115 | 23 | 121 | 77 | 62 |
| Binary | 10010110 | 11001110 | 101111 | 11011 | 0 | 1001101 | 10011 | 1010001 | 111111 | 110010 |
Color Harmonies of #96CE2F
Complementary color
Monochromatic Colors of #96CE2F
Black with #96CE2F
Text Example
Text Example
White with #96CE2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96CE2F; }
p { color: rgb(150,206,47); }
H1.HeaderClassName
{
color: #96CE2F;
}
.AnyTagClassName
{
color: #96CE2F;
}
</style>
background-color css
<style>
a { background-color: #96CE2F; }
a { background-color: rgb(150,206,47); }
div.DivClassName
{
background-color: #96CE2F;
}
.BgClassName
{
background-color: #96CE2F;
}
</style>
border-color css
<style>
span { border-color: #96CE2F; }
span { border-color: rgb(150,206,47); }
td.TdClassName
{
border-color: #96CE2F;
}
.TagClassName
{
border-color: #96CE2F;
}
</style>