Shades of Yellow Green #96CF16
Tints of Yellow Green #96CF16
RGB
CMYK
RGB Variations
Color information
#96CF16 (or 0x96CF16) is known color: Yellow Green. HEX triplet: 96, CF and 16. RGB value is (150,207,22). Sum of RGB (Red+Green+Blue) = 150+207+22=379 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.58% from 379); Green value is 207 (81.25% from 255 or 54.62% from 379); Blue value is 22 (8.98% from 255 or 5.80% from 379); Max value from RGB is 207 - color contains mainly: green. Hex color #96CF16 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #96CF16 is #6930E9. Grayscale: #A9A9A9. Windows color (decimal): -6893802 or 1494934. OLE color: 1494934.
HSL color Cylindrical-coordinate representation of color #96CF16: hue angle of 78.49º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #96CF16 is Cyan = 0.28, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 150 | 207 | 22 | - |
| CMYK | 0.28 | 0 | 0.89 | 0.19 |
| HSL | 78.49º | 0.81% | 0.45% | - |
| HSV(B) | 78.49º | 0.89% | 0.81% | - |
| XYZ | 35.04 | 51.17 | 8.79 | - |
| YUV | 168.87 | 45.12 | 114.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 207 | 22 | 0.28 | 0 | 0.89 | 0.19 | 78.49 | 0.81 | 0.45 |
| Hex | 96 | CF | 16 | 1C | 0 | 59 | 13 | 4E | 51 | 2D |
| Octal | 226 | 317 | 26 | 34 | 0 | 131 | 23 | 116 | 121 | 55 |
| Binary | 10010110 | 11001111 | 10110 | 11100 | 0 | 1011001 | 10011 | 1001110 | 1010001 | 101101 |
Color Harmonies of #96CF16
Complementary color
Monochromatic Colors of #96CF16
Black with #96CF16
Text Example
Text Example
White with #96CF16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96CF16; }
p { color: rgb(150,207,22); }
H1.HeaderClassName
{
color: #96CF16;
}
.AnyTagClassName
{
color: #96CF16;
}
</style>
background-color css
<style>
a { background-color: #96CF16; }
a { background-color: rgb(150,207,22); }
div.DivClassName
{
background-color: #96CF16;
}
.BgClassName
{
background-color: #96CF16;
}
</style>
border-color css
<style>
span { border-color: #96CF16; }
span { border-color: rgb(150,207,22); }
td.TdClassName
{
border-color: #96CF16;
}
.TagClassName
{
border-color: #96CF16;
}
</style>