Shades of Green Yellow #96F223
Tints of Green Yellow #96F223
RGB
CMYK
RGB Variations
Color information
#96F223 (or 0x96F223) is known color: Green Yellow. HEX triplet: 96, F2 and 23. RGB value is (150,242,35). Sum of RGB (Red+Green+Blue) = 150+242+35=427 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.13% from 427); Green value is 242 (94.92% from 255 or 56.67% from 427); Blue value is 35 (14.06% from 255 or 8.20% from 427); Max value from RGB is 242 - color contains mainly: green. Hex color #96F223 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #96F223 is #690DDC. Grayscale: #BFBFBF. Windows color (decimal): -6884829 or 2355862. OLE color: 2355862.
HSL color Cylindrical-coordinate representation of color #96F223: hue angle of 86.67º degrees, saturation: 0.89, 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 #96F223 is Cyan = 0.38, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 150 | 242 | 35 | - |
| CMYK | 0.38 | 0 | 0.86 | 0.05 |
| HSL | 86.67º | 0.89% | 0.54% | - |
| HSV(B) | 86.67º | 0.86% | 0.95% | - |
| XYZ | 44.63 | 70.11 | 12.77 | - |
| YUV | 190.89 | 40.02 | 98.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 242 | 35 | 0.38 | 0 | 0.86 | 0.05 | 86.67 | 0.89 | 0.54 |
| Hex | 96 | F2 | 23 | 26 | 0 | 56 | 5 | 57 | 59 | 36 |
| Octal | 226 | 362 | 43 | 46 | 0 | 126 | 5 | 127 | 131 | 66 |
| Binary | 10010110 | 11110010 | 100011 | 100110 | 0 | 1010110 | 101 | 1010111 | 1011001 | 110110 |
Color Harmonies of #96F223
Complementary color
Monochromatic Colors of #96F223
Black with #96F223
Text Example
Text Example
White with #96F223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96F223; }
p { color: rgb(150,242,35); }
H1.HeaderClassName
{
color: #96F223;
}
.AnyTagClassName
{
color: #96F223;
}
</style>
background-color css
<style>
a { background-color: #96F223; }
a { background-color: rgb(150,242,35); }
div.DivClassName
{
background-color: #96F223;
}
.BgClassName
{
background-color: #96F223;
}
</style>
border-color css
<style>
span { border-color: #96F223; }
span { border-color: rgb(150,242,35); }
td.TdClassName
{
border-color: #96F223;
}
.TagClassName
{
border-color: #96F223;
}
</style>