Shades of Green Yellow #96FE3C
Tints of Green Yellow #96FE3C
RGB
CMYK
RGB Variations
Color information
#96FE3C (or 0x96FE3C) is known color: Green Yellow. HEX triplet: 96, FE and 3C. RGB value is (150,254,60). Sum of RGB (Red+Green+Blue) = 150+254+60=464 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.33% from 464); Green value is 254 (99.61% from 255 or 54.74% from 464); Blue value is 60 (23.83% from 255 or 12.93% from 464); Max value from RGB is 254 - color contains mainly: green. Hex color #96FE3C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #96FE3C is #6901C3. Grayscale: #C9C9C9. Windows color (decimal): -6881732 or 3997334. OLE color: 3997334.
HSL color Cylindrical-coordinate representation of color #96FE3C: hue angle of 92.16º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #96FE3C is Cyan = 0.41, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 150 | 254 | 60 | - |
| CMYK | 0.41 | 0 | 0.76 | 0.00 |
| HSL | 92.16º | 0.99% | 0.62% | - |
| HSV(B) | 92.16º | 0.76% | 1% | - |
| XYZ | 48.84 | 77.69 | 16.7 | - |
| YUV | 200.79 | 48.54 | 91.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 254 | 60 | 0.41 | 0 | 0.76 | 0.00 | 92.16 | 0.99 | 0.62 |
| Hex | 96 | FE | 3C | 29 | 0 | 4C | 0 | 5C | 63 | 3E |
| Octal | 226 | 376 | 74 | 51 | 0 | 114 | 0 | 134 | 143 | 76 |
| Binary | 10010110 | 11111110 | 111100 | 101001 | 0 | 1001100 | 0 | 1011100 | 1100011 | 111110 |
Color Harmonies of #96FE3C
Complementary color
Monochromatic Colors of #96FE3C
Black with #96FE3C
Text Example
Text Example
White with #96FE3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96FE3C; }
p { color: rgb(150,254,60); }
H1.HeaderClassName
{
color: #96FE3C;
}
.AnyTagClassName
{
color: #96FE3C;
}
</style>
background-color css
<style>
a { background-color: #96FE3C; }
a { background-color: rgb(150,254,60); }
div.DivClassName
{
background-color: #96FE3C;
}
.BgClassName
{
background-color: #96FE3C;
}
</style>
border-color css
<style>
span { border-color: #96FE3C; }
span { border-color: rgb(150,254,60); }
td.TdClassName
{
border-color: #96FE3C;
}
.TagClassName
{
border-color: #96FE3C;
}
</style>