Shades of Yellow Green #96CF2E
Tints of Yellow Green #96CF2E
RGB
CMYK
RGB Variations
Color information
#96CF2E (or 0x96CF2E) is known color: Yellow Green. HEX triplet: 96, CF and 2E. RGB value is (150,207,46). Sum of RGB (Red+Green+Blue) = 150+207+46=403 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.22% from 403); Green value is 207 (81.25% from 255 or 51.36% from 403); Blue value is 46 (18.36% from 255 or 11.41% from 403); Max value from RGB is 207 - color contains mainly: green. Hex color #96CF2E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96CF2E is #6930D1. Grayscale: #ACACAC. Windows color (decimal): -6893778 or 3067798. OLE color: 3067798.
HSL color Cylindrical-coordinate representation of color #96CF2E: hue angle of 81.24º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #96CF2E is Cyan = 0.28, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 150 | 207 | 46 | - |
| CMYK | 0.28 | 0 | 0.78 | 0.19 |
| HSL | 81.24º | 0.64% | 0.5% | - |
| HSV(B) | 81.24º | 0.78% | 0.81% | - |
| XYZ | 35.38 | 51.31 | 10.62 | - |
| YUV | 171.6 | 57.12 | 112.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 207 | 46 | 0.28 | 0 | 0.78 | 0.19 | 81.24 | 0.64 | 0.5 |
| Hex | 96 | CF | 2E | 1C | 0 | 4E | 13 | 51 | 40 | 32 |
| Octal | 226 | 317 | 56 | 34 | 0 | 116 | 23 | 121 | 100 | 62 |
| Binary | 10010110 | 11001111 | 101110 | 11100 | 0 | 1001110 | 10011 | 1010001 | 1000000 | 110010 |
Color Harmonies of #96CF2E
Complementary color
Monochromatic Colors of #96CF2E
Black with #96CF2E
Text Example
Text Example
White with #96CF2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96CF2E; }
p { color: rgb(150,207,46); }
H1.HeaderClassName
{
color: #96CF2E;
}
.AnyTagClassName
{
color: #96CF2E;
}
</style>
background-color css
<style>
a { background-color: #96CF2E; }
a { background-color: rgb(150,207,46); }
div.DivClassName
{
background-color: #96CF2E;
}
.BgClassName
{
background-color: #96CF2E;
}
</style>
border-color css
<style>
span { border-color: #96CF2E; }
span { border-color: rgb(150,207,46); }
td.TdClassName
{
border-color: #96CF2E;
}
.TagClassName
{
border-color: #96CF2E;
}
</style>