Shades of Green Yellow #96FE29
Tints of Green Yellow #96FE29
RGB
CMYK
RGB Variations
Color information
#96FE29 (or 0x96FE29) is known color: Green Yellow. HEX triplet: 96, FE and 29. RGB value is (150,254,41). Sum of RGB (Red+Green+Blue) = 150+254+41=445 (58% of max value = 765). Red value is 150 (58.98% from 255 or 33.71% from 445); Green value is 254 (99.61% from 255 or 57.08% from 445); Blue value is 41 (16.41% from 255 or 9.21% from 445); Max value from RGB is 254 - color contains mainly: green. Hex color #96FE29 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #96FE29 is #6901D6. Grayscale: #C7C7C7. Windows color (decimal): -6881751 or 2752150. OLE color: 2752150.
HSL color Cylindrical-coordinate representation of color #96FE29: hue angle of 89.3º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #96FE29 is Cyan = 0.41, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 150 | 254 | 41 | - |
| CMYK | 0.41 | 0 | 0.84 | 0.00 |
| HSL | 89.3º | 0.99% | 0.58% | - |
| HSV(B) | 89.3º | 0.84% | 1% | - |
| XYZ | 48.42 | 77.53 | 14.51 | - |
| YUV | 198.62 | 39.04 | 93.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 254 | 41 | 0.41 | 0 | 0.84 | 0.00 | 89.3 | 0.99 | 0.58 |
| Hex | 96 | FE | 29 | 29 | 0 | 54 | 0 | 59 | 63 | 3A |
| Octal | 226 | 376 | 51 | 51 | 0 | 124 | 0 | 131 | 143 | 72 |
| Binary | 10010110 | 11111110 | 101001 | 101001 | 0 | 1010100 | 0 | 1011001 | 1100011 | 111010 |
Color Harmonies of #96FE29
Complementary color
Monochromatic Colors of #96FE29
Black with #96FE29
Text Example
Text Example
White with #96FE29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96FE29; }
p { color: rgb(150,254,41); }
H1.HeaderClassName
{
color: #96FE29;
}
.AnyTagClassName
{
color: #96FE29;
}
</style>
background-color css
<style>
a { background-color: #96FE29; }
a { background-color: rgb(150,254,41); }
div.DivClassName
{
background-color: #96FE29;
}
.BgClassName
{
background-color: #96FE29;
}
</style>
border-color css
<style>
span { border-color: #96FE29; }
span { border-color: rgb(150,254,41); }
td.TdClassName
{
border-color: #96FE29;
}
.TagClassName
{
border-color: #96FE29;
}
</style>