Shades of Yellow Green #96C51F
Tints of Yellow Green #96C51F
RGB
CMYK
RGB Variations
Color information
#96C51F (or 0x96C51F) is known color: Yellow Green. HEX triplet: 96, C5 and 1F. RGB value is (150,197,31). Sum of RGB (Red+Green+Blue) = 150+197+31=378 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.68% from 378); Green value is 197 (77.34% from 255 or 52.12% from 378); Blue value is 31 (12.5% from 255 or 8.20% from 378); Max value from RGB is 197 - color contains mainly: green. Hex color #96C51F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96C51F is #693AE0. Grayscale: #A4A4A4. Windows color (decimal): -6896353 or 2082198. OLE color: 2082198.
HSL color Cylindrical-coordinate representation of color #96C51F: hue angle of 76.99º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #96C51F is Cyan = 0.24, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 150 | 197 | 31 | - |
| CMYK | 0.24 | 0 | 0.84 | 0.23 |
| HSL | 76.99º | 0.73% | 0.45% | - |
| HSV(B) | 76.99º | 0.84% | 0.77% | - |
| XYZ | 32.79 | 46.52 | 8.55 | - |
| YUV | 164.02 | 52.93 | 118 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 197 | 31 | 0.24 | 0 | 0.84 | 0.23 | 76.99 | 0.73 | 0.45 |
| Hex | 96 | C5 | 1F | 18 | 0 | 54 | 17 | 4D | 49 | 2D |
| Octal | 226 | 305 | 37 | 30 | 0 | 124 | 27 | 115 | 111 | 55 |
| Binary | 10010110 | 11000101 | 11111 | 11000 | 0 | 1010100 | 10111 | 1001101 | 1001001 | 101101 |
Color Harmonies of #96C51F
Complementary color
Monochromatic Colors of #96C51F
Black with #96C51F
Text Example
Text Example
White with #96C51F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96C51F; }
p { color: rgb(150,197,31); }
H1.HeaderClassName
{
color: #96C51F;
}
.AnyTagClassName
{
color: #96C51F;
}
</style>
background-color css
<style>
a { background-color: #96C51F; }
a { background-color: rgb(150,197,31); }
div.DivClassName
{
background-color: #96C51F;
}
.BgClassName
{
background-color: #96C51F;
}
</style>
border-color css
<style>
span { border-color: #96C51F; }
span { border-color: rgb(150,197,31); }
td.TdClassName
{
border-color: #96C51F;
}
.TagClassName
{
border-color: #96C51F;
}
</style>