Shades of Green Yellow #96FF3E
Tints of Green Yellow #96FF3E
RGB
CMYK
RGB Variations
Color information
#96FF3E (or 0x96FF3E) is known color: Green Yellow. HEX triplet: 96, FF and 3E. RGB value is (150,255,62). Sum of RGB (Red+Green+Blue) = 150+255+62=467 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.12% from 467); Green value is 255 (100% from 255 or 54.60% from 467); Blue value is 62 (24.61% from 255 or 13.28% from 467); Max value from RGB is 255 - color contains mainly: green. Hex color #96FF3E is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #96FF3E is #6900C1. Grayscale: #CACACA. Windows color (decimal): -6881474 or 4128662. OLE color: 4128662.
HSL color Cylindrical-coordinate representation of color #96FF3E: hue angle of 92.64º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #96FF3E is Cyan = 0.41, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.
Color convert
| RGB | 150 | 255 | 62 | - |
| CMYK | 0.41 | 0 | 0.76 | 0 |
| HSL | 92.64º | 1% | 0.62% | - |
| HSV(B) | 92.64º | 0.76% | 1% | - |
| XYZ | 49.21 | 78.35 | 17.09 | - |
| YUV | 201.6 | 49.21 | 91.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 255 | 62 | 0.41 | 0 | 0.76 | 0 | 92.64 | 1 | 0.62 |
| Hex | 96 | FF | 3E | 29 | 0 | 4C | 0 | 5D | 64 | 3E |
| Octal | 226 | 377 | 76 | 51 | 0 | 114 | 0 | 135 | 144 | 76 |
| Binary | 10010110 | 11111111 | 111110 | 101001 | 0 | 1001100 | 0 | 1011101 | 1100100 | 111110 |
Color Harmonies of #96FF3E
Complementary color
Monochromatic Colors of #96FF3E
Black with #96FF3E
Text Example
Text Example
White with #96FF3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96FF3E; }
p { color: rgb(150,255,62); }
H1.HeaderClassName
{
color: #96FF3E;
}
.AnyTagClassName
{
color: #96FF3E;
}
</style>
background-color css
<style>
a { background-color: #96FF3E; }
a { background-color: rgb(150,255,62); }
div.DivClassName
{
background-color: #96FF3E;
}
.BgClassName
{
background-color: #96FF3E;
}
</style>
border-color css
<style>
span { border-color: #96FF3E; }
span { border-color: rgb(150,255,62); }
td.TdClassName
{
border-color: #96FF3E;
}
.TagClassName
{
border-color: #96FF3E;
}
</style>