Shades of Green Yellow #96EE30
Tints of Green Yellow #96EE30
RGB
CMYK
RGB Variations
Color information
#96EE30 (or 0x96EE30) is known color: Green Yellow. HEX triplet: 96, EE and 30. RGB value is (150,238,48). Sum of RGB (Red+Green+Blue) = 150+238+48=436 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.40% from 436); Green value is 238 (93.36% from 255 or 54.59% from 436); Blue value is 48 (19.14% from 255 or 11.01% from 436); Max value from RGB is 238 - color contains mainly: green. Hex color #96EE30 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #96EE30 is #6911CF. Grayscale: #BEBEBE. Windows color (decimal): -6885840 or 3206806. OLE color: 3206806.
HSL color Cylindrical-coordinate representation of color #96EE30: hue angle of 87.79º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #96EE30 is Cyan = 0.37, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 150 | 238 | 48 | - |
| CMYK | 0.37 | 0 | 0.80 | 0.07 |
| HSL | 87.79º | 0.85% | 0.56% | - |
| HSV(B) | 87.79º | 0.8% | 0.93% | - |
| XYZ | 43.69 | 67.85 | 13.59 | - |
| YUV | 190.03 | 47.85 | 99.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 238 | 48 | 0.37 | 0 | 0.80 | 0.07 | 87.79 | 0.85 | 0.56 |
| Hex | 96 | EE | 30 | 25 | 0 | 50 | 7 | 58 | 55 | 38 |
| Octal | 226 | 356 | 60 | 45 | 0 | 120 | 7 | 130 | 125 | 70 |
| Binary | 10010110 | 11101110 | 110000 | 100101 | 0 | 1010000 | 111 | 1011000 | 1010101 | 111000 |
Color Harmonies of #96EE30
Complementary color
Monochromatic Colors of #96EE30
Black with #96EE30
Text Example
Text Example
White with #96EE30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96EE30; }
p { color: rgb(150,238,48); }
H1.HeaderClassName
{
color: #96EE30;
}
.AnyTagClassName
{
color: #96EE30;
}
</style>
background-color css
<style>
a { background-color: #96EE30; }
a { background-color: rgb(150,238,48); }
div.DivClassName
{
background-color: #96EE30;
}
.BgClassName
{
background-color: #96EE30;
}
</style>
border-color css
<style>
span { border-color: #96EE30; }
span { border-color: rgb(150,238,48); }
td.TdClassName
{
border-color: #96EE30;
}
.TagClassName
{
border-color: #96EE30;
}
</style>