Shades of Gossip #96EA7B
Tints of Gossip #96EA7B
RGB
CMYK
RGB Variations
Color information
#96EA7B (or 0x96EA7B) is known color: Gossip. HEX triplet: 96, EA and 7B. RGB value is (150,234,123). Sum of RGB (Red+Green+Blue) = 150+234+123=507 (67% of max value = 765). Red value is 150 (58.98% from 255 or 29.59% from 507); Green value is 234 (91.80% from 255 or 46.15% from 507); Blue value is 123 (48.44% from 255 or 24.26% from 507); Max value from RGB is 234 - color contains mainly: green. Hex color #96EA7B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #96EA7B is #691584. Grayscale: #C4C4C4. Windows color (decimal): -6886789 or 8120982. OLE color: 8120982.
HSL color Cylindrical-coordinate representation of color #96EA7B: hue angle of 105.41º degrees, saturation: 0.73, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #96EA7B is Cyan = 0.36, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 150 | 234 | 123 | - |
| CMYK | 0.36 | 0 | 0.47 | 0.08 |
| HSL | 105.41º | 0.73% | 0.7% | - |
| HSV(B) | 105.41º | 0.47% | 0.92% | - |
| XYZ | 45.58 | 66.76 | 29.22 | - |
| YUV | 196.23 | 86.67 | 95.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 234 | 123 | 0.36 | 0 | 0.47 | 0.08 | 105.41 | 0.73 | 0.7 |
| Hex | 96 | EA | 7B | 24 | 0 | 2F | 8 | 69 | 49 | 46 |
| Octal | 226 | 352 | 173 | 44 | 0 | 57 | 10 | 151 | 111 | 106 |
| Binary | 10010110 | 11101010 | 1111011 | 100100 | 0 | 101111 | 1000 | 1101001 | 1001001 | 1000110 |
Color Harmonies of #96EA7B
Complementary color
Monochromatic Colors of #96EA7B
Black with #96EA7B
Text Example
Text Example
White with #96EA7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96EA7B; }
p { color: rgb(150,234,123); }
H1.HeaderClassName
{
color: #96EA7B;
}
.AnyTagClassName
{
color: #96EA7B;
}
</style>
background-color css
<style>
a { background-color: #96EA7B; }
a { background-color: rgb(150,234,123); }
div.DivClassName
{
background-color: #96EA7B;
}
.BgClassName
{
background-color: #96EA7B;
}
</style>
border-color css
<style>
span { border-color: #96EA7B; }
span { border-color: rgb(150,234,123); }
td.TdClassName
{
border-color: #96EA7B;
}
.TagClassName
{
border-color: #96EA7B;
}
</style>