Shades of Green Yellow #96F238
Tints of Green Yellow #96F238
RGB
CMYK
RGB Variations
Color information
#96F238 (or 0x96F238) is known color: Green Yellow. HEX triplet: 96, F2 and 38. RGB value is (150,242,56). Sum of RGB (Red+Green+Blue) = 150+242+56=448 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.48% from 448); Green value is 242 (94.92% from 255 or 54.02% from 448); Blue value is 56 (22.27% from 255 or 12.5% from 448); Max value from RGB is 242 - color contains mainly: green. Hex color #96F238 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #96F238 is #690DC7. Grayscale: #C1C1C1. Windows color (decimal): -6884808 or 3732118. OLE color: 3732118.
HSL color Cylindrical-coordinate representation of color #96F238: hue angle of 89.68º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #96F238 is Cyan = 0.38, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 150 | 242 | 56 | - |
| CMYK | 0.38 | 0 | 0.77 | 0.05 |
| HSL | 89.68º | 0.88% | 0.58% | - |
| HSV(B) | 89.68º | 0.77% | 0.95% | - |
| XYZ | 45.04 | 70.27 | 14.93 | - |
| YUV | 193.29 | 50.52 | 97.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 242 | 56 | 0.38 | 0 | 0.77 | 0.05 | 89.68 | 0.88 | 0.58 |
| Hex | 96 | F2 | 38 | 26 | 0 | 4D | 5 | 5A | 58 | 3A |
| Octal | 226 | 362 | 70 | 46 | 0 | 115 | 5 | 132 | 130 | 72 |
| Binary | 10010110 | 11110010 | 111000 | 100110 | 0 | 1001101 | 101 | 1011010 | 1011000 | 111010 |
Color Harmonies of #96F238
Complementary color
Monochromatic Colors of #96F238
Black with #96F238
Text Example
Text Example
White with #96F238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96F238; }
p { color: rgb(150,242,56); }
H1.HeaderClassName
{
color: #96F238;
}
.AnyTagClassName
{
color: #96F238;
}
</style>
background-color css
<style>
a { background-color: #96F238; }
a { background-color: rgb(150,242,56); }
div.DivClassName
{
background-color: #96F238;
}
.BgClassName
{
background-color: #96F238;
}
</style>
border-color css
<style>
span { border-color: #96F238; }
span { border-color: rgb(150,242,56); }
td.TdClassName
{
border-color: #96F238;
}
.TagClassName
{
border-color: #96F238;
}
</style>