Shades of Green Yellow #96F321
Tints of Green Yellow #96F321
RGB
CMYK
RGB Variations
Color information
#96F321 (or 0x96F321) is known color: Green Yellow. HEX triplet: 96, F3 and 21. RGB value is (150,243,33). Sum of RGB (Red+Green+Blue) = 150+243+33=426 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.21% from 426); Green value is 243 (95.31% from 255 or 57.04% from 426); Blue value is 33 (13.28% from 255 or 7.75% from 426); Max value from RGB is 243 - color contains mainly: green. Hex color #96F321 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #96F321 is #690CDE. Grayscale: #C0C0C0. Windows color (decimal): -6884575 or 2225046. OLE color: 2225046.
HSL color Cylindrical-coordinate representation of color #96F321: hue angle of 86.57º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #96F321 is Cyan = 0.38, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 150 | 243 | 33 | - |
| CMYK | 0.38 | 0 | 0.86 | 0.05 |
| HSL | 86.57º | 0.9% | 0.54% | - |
| HSV(B) | 86.57º | 0.86% | 0.95% | - |
| XYZ | 44.9 | 70.7 | 12.72 | - |
| YUV | 191.25 | 38.69 | 98.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 243 | 33 | 0.38 | 0 | 0.86 | 0.05 | 86.57 | 0.9 | 0.54 |
| Hex | 96 | F3 | 21 | 26 | 0 | 56 | 5 | 57 | 5A | 36 |
| Octal | 226 | 363 | 41 | 46 | 0 | 126 | 5 | 127 | 132 | 66 |
| Binary | 10010110 | 11110011 | 100001 | 100110 | 0 | 1010110 | 101 | 1010111 | 1011010 | 110110 |
Color Harmonies of #96F321
Complementary color
Monochromatic Colors of #96F321
Black with #96F321
Text Example
Text Example
White with #96F321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96F321; }
p { color: rgb(150,243,33); }
H1.HeaderClassName
{
color: #96F321;
}
.AnyTagClassName
{
color: #96F321;
}
</style>
background-color css
<style>
a { background-color: #96F321; }
a { background-color: rgb(150,243,33); }
div.DivClassName
{
background-color: #96F321;
}
.BgClassName
{
background-color: #96F321;
}
</style>
border-color css
<style>
span { border-color: #96F321; }
span { border-color: rgb(150,243,33); }
td.TdClassName
{
border-color: #96F321;
}
.TagClassName
{
border-color: #96F321;
}
</style>