Shades of Yellow Green #96C62B
Tints of Yellow Green #96C62B
RGB
CMYK
RGB Variations
Color information
#96C62B (or 0x96C62B) is known color: Yellow Green. HEX triplet: 96, C6 and 2B. RGB value is (150,198,43). Sum of RGB (Red+Green+Blue) = 150+198+43=391 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.36% from 391); Green value is 198 (77.73% from 255 or 50.64% from 391); Blue value is 43 (17.19% from 255 or 11.00% from 391); Max value from RGB is 198 - color contains mainly: green. Hex color #96C62B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96C62B is #6939D4. Grayscale: #A6A6A6. Windows color (decimal): -6896085 or 2868886. OLE color: 2868886.
HSL color Cylindrical-coordinate representation of color #96C62B: hue angle of 78.58º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #96C62B is Cyan = 0.24, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 150 | 198 | 43 | - |
| CMYK | 0.24 | 0 | 0.78 | 0.22 |
| HSL | 78.58º | 0.64% | 0.47% | - |
| HSV(B) | 78.58º | 0.78% | 0.78% | - |
| XYZ | 33.21 | 47.05 | 9.62 | - |
| YUV | 165.98 | 58.6 | 116.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 198 | 43 | 0.24 | 0 | 0.78 | 0.22 | 78.58 | 0.64 | 0.47 |
| Hex | 96 | C6 | 2B | 18 | 0 | 4E | 16 | 4F | 40 | 2F |
| Octal | 226 | 306 | 53 | 30 | 0 | 116 | 26 | 117 | 100 | 57 |
| Binary | 10010110 | 11000110 | 101011 | 11000 | 0 | 1001110 | 10110 | 1001111 | 1000000 | 101111 |
Color Harmonies of #96C62B
Complementary color
Monochromatic Colors of #96C62B
Black with #96C62B
Text Example
Text Example
White with #96C62B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96C62B; }
p { color: rgb(150,198,43); }
H1.HeaderClassName
{
color: #96C62B;
}
.AnyTagClassName
{
color: #96C62B;
}
</style>
background-color css
<style>
a { background-color: #96C62B; }
a { background-color: rgb(150,198,43); }
div.DivClassName
{
background-color: #96C62B;
}
.BgClassName
{
background-color: #96C62B;
}
</style>
border-color css
<style>
span { border-color: #96C62B; }
span { border-color: rgb(150,198,43); }
td.TdClassName
{
border-color: #96C62B;
}
.TagClassName
{
border-color: #96C62B;
}
</style>