Shades of Green Yellow #96F93A
Tints of Green Yellow #96F93A
RGB
CMYK
RGB Variations
Color information
#96F93A (or 0x96F93A) is known color: Green Yellow. HEX triplet: 96, F9 and 3A. RGB value is (150,249,58). Sum of RGB (Red+Green+Blue) = 150+249+58=457 (60% of max value = 765). Red value is 150 (58.98% from 255 or 32.82% from 457); Green value is 249 (97.66% from 255 or 54.49% from 457); Blue value is 58 (23.05% from 255 or 12.69% from 457); Max value from RGB is 249 - color contains mainly: green. Hex color #96F93A is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #96F93A is #6906C5. Grayscale: #C6C6C6. Windows color (decimal): -6883014 or 3864982. OLE color: 3864982.
HSL color Cylindrical-coordinate representation of color #96F93A: hue angle of 91.1º degrees, saturation: 0.94, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #96F93A is Cyan = 0.40, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 150 | 249 | 58 | - |
| CMYK | 0.40 | 0 | 0.77 | 0.02 |
| HSL | 91.1º | 0.94% | 0.6% | - |
| HSV(B) | 91.1º | 0.77% | 0.98% | - |
| XYZ | 47.22 | 74.54 | 15.9 | - |
| YUV | 197.63 | 49.2 | 94.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 249 | 58 | 0.40 | 0 | 0.77 | 0.02 | 91.1 | 0.94 | 0.6 |
| Hex | 96 | F9 | 3A | 28 | 0 | 4D | 2 | 5B | 5E | 3C |
| Octal | 226 | 371 | 72 | 50 | 0 | 115 | 2 | 133 | 136 | 74 |
| Binary | 10010110 | 11111001 | 111010 | 101000 | 0 | 1001101 | 10 | 1011011 | 1011110 | 111100 |
Color Harmonies of #96F93A
Complementary color
Monochromatic Colors of #96F93A
Black with #96F93A
Text Example
Text Example
White with #96F93A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96F93A; }
p { color: rgb(150,249,58); }
H1.HeaderClassName
{
color: #96F93A;
}
.AnyTagClassName
{
color: #96F93A;
}
</style>
background-color css
<style>
a { background-color: #96F93A; }
a { background-color: rgb(150,249,58); }
div.DivClassName
{
background-color: #96F93A;
}
.BgClassName
{
background-color: #96F93A;
}
</style>
border-color css
<style>
span { border-color: #96F93A; }
span { border-color: rgb(150,249,58); }
td.TdClassName
{
border-color: #96F93A;
}
.TagClassName
{
border-color: #96F93A;
}
</style>