Shades of Yellow Green #96C02F
Tints of Yellow Green #96C02F
RGB
CMYK
RGB Variations
Color information
#96C02F (or 0x96C02F) is known color: Yellow Green. HEX triplet: 96, C0 and 2F. RGB value is (150,192,47). Sum of RGB (Red+Green+Blue) = 150+192+47=389 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.56% from 389); Green value is 192 (75.39% from 255 or 49.36% from 389); Blue value is 47 (18.75% from 255 or 12.08% from 389); Max value from RGB is 192 - color contains mainly: green. Hex color #96C02F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96C02F is #693FD0. Grayscale: #A3A3A3. Windows color (decimal): -6897617 or 3129494. OLE color: 3129494.
HSL color Cylindrical-coordinate representation of color #96C02F: hue angle of 77.38º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #96C02F is Cyan = 0.22, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 150 | 192 | 47 | - |
| CMYK | 0.22 | 0 | 0.76 | 0.25 |
| HSL | 77.38º | 0.61% | 0.47% | - |
| HSV(B) | 77.38º | 0.76% | 0.75% | - |
| XYZ | 31.94 | 44.39 | 9.57 | - |
| YUV | 162.91 | 62.59 | 118.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 192 | 47 | 0.22 | 0 | 0.76 | 0.25 | 77.38 | 0.61 | 0.47 |
| Hex | 96 | C0 | 2F | 16 | 0 | 4C | 19 | 4D | 3D | 2F |
| Octal | 226 | 300 | 57 | 26 | 0 | 114 | 31 | 115 | 75 | 57 |
| Binary | 10010110 | 11000000 | 101111 | 10110 | 0 | 1001100 | 11001 | 1001101 | 111101 | 101111 |
Color Harmonies of #96C02F
Complementary color
Monochromatic Colors of #96C02F
Black with #96C02F
Text Example
Text Example
White with #96C02F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96C02F; }
p { color: rgb(150,192,47); }
H1.HeaderClassName
{
color: #96C02F;
}
.AnyTagClassName
{
color: #96C02F;
}
</style>
background-color css
<style>
a { background-color: #96C02F; }
a { background-color: rgb(150,192,47); }
div.DivClassName
{
background-color: #96C02F;
}
.BgClassName
{
background-color: #96C02F;
}
</style>
border-color css
<style>
span { border-color: #96C02F; }
span { border-color: rgb(150,192,47); }
td.TdClassName
{
border-color: #96C02F;
}
.TagClassName
{
border-color: #96C02F;
}
</style>