Shades of Light Green #96EF98
Tints of Light Green #96EF98
RGB
CMYK
RGB Variations
Color information
#96EF98 (or 0x96EF98) is known color: Light Green. HEX triplet: 96, EF and 98. RGB value is (150,239,152). Sum of RGB (Red+Green+Blue) = 150+239+152=541 (71% of max value = 765). Red value is 150 (58.98% from 255 or 27.73% from 541); Green value is 239 (93.75% from 255 or 44.18% from 541); Blue value is 152 (59.77% from 255 or 28.10% from 541); Max value from RGB is 239 - color contains mainly: green. Hex color #96EF98 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #96EF98 is #691067. Grayscale: #CACACA. Windows color (decimal): -6885480 or 10022806. OLE color: 10022806.
HSL color Cylindrical-coordinate representation of color #96EF98: hue angle of 121.35º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #96EF98 is Cyan = 0.37, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 150 | 239 | 152 | - |
| CMYK | 0.37 | 0 | 0.36 | 0.06 |
| HSL | 121.35º | 0.74% | 0.76% | - |
| HSV(B) | 121.35º | 0.37% | 0.94% | - |
| XYZ | 49.11 | 70.48 | 40.72 | - |
| YUV | 202.47 | 99.51 | 90.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 239 | 152 | 0.37 | 0 | 0.36 | 0.06 | 121.35 | 0.74 | 0.76 |
| Hex | 96 | EF | 98 | 25 | 0 | 24 | 6 | 79 | 4A | 4C |
| Octal | 226 | 357 | 230 | 45 | 0 | 44 | 6 | 171 | 112 | 114 |
| Binary | 10010110 | 11101111 | 10011000 | 100101 | 0 | 100100 | 110 | 1111001 | 1001010 | 1001100 |
Color Harmonies of #96EF98
Complementary color
Monochromatic Colors of #96EF98
Black with #96EF98
Text Example
Text Example
White with #96EF98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96EF98; }
p { color: rgb(150,239,152); }
H1.HeaderClassName
{
color: #96EF98;
}
.AnyTagClassName
{
color: #96EF98;
}
</style>
background-color css
<style>
a { background-color: #96EF98; }
a { background-color: rgb(150,239,152); }
div.DivClassName
{
background-color: #96EF98;
}
.BgClassName
{
background-color: #96EF98;
}
</style>
border-color css
<style>
span { border-color: #96EF98; }
span { border-color: rgb(150,239,152); }
td.TdClassName
{
border-color: #96EF98;
}
.TagClassName
{
border-color: #96EF98;
}
</style>