Shades of Gossip #96EE72
Tints of Gossip #96EE72
RGB
CMYK
RGB Variations
Color information
#96EE72 (or 0x96EE72) is known color: Gossip. HEX triplet: 96, EE and 72. RGB value is (150,238,114). Sum of RGB (Red+Green+Blue) = 150+238+114=502 (66% of max value = 765). Red value is 150 (58.98% from 255 or 29.88% from 502); Green value is 238 (93.36% from 255 or 47.41% from 502); Blue value is 114 (44.92% from 255 or 22.71% from 502); Max value from RGB is 238 - color contains mainly: green. Hex color #96EE72 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #96EE72 is #69118D. Grayscale: #C5C5C5. Windows color (decimal): -6885774 or 7532182. OLE color: 7532182.
HSL color Cylindrical-coordinate representation of color #96EE72: hue angle of 102.58º degrees, saturation: 0.78, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #96EE72 is Cyan = 0.37, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 150 | 238 | 114 | - |
| CMYK | 0.37 | 0 | 0.52 | 0.07 |
| HSL | 102.58º | 0.78% | 0.69% | - |
| HSV(B) | 102.58º | 0.52% | 0.93% | - |
| XYZ | 46.19 | 68.85 | 26.77 | - |
| YUV | 197.55 | 80.85 | 94.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 238 | 114 | 0.37 | 0 | 0.52 | 0.07 | 102.58 | 0.78 | 0.69 |
| Hex | 96 | EE | 72 | 25 | 0 | 34 | 7 | 67 | 4E | 45 |
| Octal | 226 | 356 | 162 | 45 | 0 | 64 | 7 | 147 | 116 | 105 |
| Binary | 10010110 | 11101110 | 1110010 | 100101 | 0 | 110100 | 111 | 1100111 | 1001110 | 1000101 |
Color Harmonies of #96EE72
Complementary color
Monochromatic Colors of #96EE72
Black with #96EE72
Text Example
Text Example
White with #96EE72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96EE72; }
p { color: rgb(150,238,114); }
H1.HeaderClassName
{
color: #96EE72;
}
.AnyTagClassName
{
color: #96EE72;
}
</style>
background-color css
<style>
a { background-color: #96EE72; }
a { background-color: rgb(150,238,114); }
div.DivClassName
{
background-color: #96EE72;
}
.BgClassName
{
background-color: #96EE72;
}
</style>
border-color css
<style>
span { border-color: #96EE72; }
span { border-color: rgb(150,238,114); }
td.TdClassName
{
border-color: #96EE72;
}
.TagClassName
{
border-color: #96EE72;
}
</style>