Shades of Gossip #96CF7A
Tints of Gossip #96CF7A
RGB
CMYK
RGB Variations
Color information
#96CF7A (or 0x96CF7A) is known color: Gossip. HEX triplet: 96, CF and 7A. RGB value is (150,207,122). Sum of RGB (Red+Green+Blue) = 150+207+122=479 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.32% from 479); Green value is 207 (81.25% from 255 or 43.22% from 479); Blue value is 122 (48.05% from 255 or 25.47% from 479); Max value from RGB is 207 - color contains mainly: green. Hex color #96CF7A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96CF7A is #693085. Grayscale: #B4B4B4. Windows color (decimal): -6893702 or 8048534. OLE color: 8048534.
HSL color Cylindrical-coordinate representation of color #96CF7A: hue angle of 100.24º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #96CF7A is Cyan = 0.28, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 150 | 207 | 122 | - |
| CMYK | 0.28 | 0 | 0.41 | 0.19 |
| HSL | 100.24º | 0.47% | 0.65% | - |
| HSV(B) | 100.24º | 0.41% | 0.81% | - |
| XYZ | 38.4 | 52.51 | 26.52 | - |
| YUV | 180.27 | 95.12 | 106.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 207 | 122 | 0.28 | 0 | 0.41 | 0.19 | 100.24 | 0.47 | 0.65 |
| Hex | 96 | CF | 7A | 1C | 0 | 29 | 13 | 64 | 2F | 41 |
| Octal | 226 | 317 | 172 | 34 | 0 | 51 | 23 | 144 | 57 | 101 |
| Binary | 10010110 | 11001111 | 1111010 | 11100 | 0 | 101001 | 10011 | 1100100 | 101111 | 1000001 |
Color Harmonies of #96CF7A
Complementary color
Monochromatic Colors of #96CF7A
Black with #96CF7A
Text Example
Text Example
White with #96CF7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96CF7A; }
p { color: rgb(150,207,122); }
H1.HeaderClassName
{
color: #96CF7A;
}
.AnyTagClassName
{
color: #96CF7A;
}
</style>
background-color css
<style>
a { background-color: #96CF7A; }
a { background-color: rgb(150,207,122); }
div.DivClassName
{
background-color: #96CF7A;
}
.BgClassName
{
background-color: #96CF7A;
}
</style>
border-color css
<style>
span { border-color: #96CF7A; }
span { border-color: rgb(150,207,122); }
td.TdClassName
{
border-color: #96CF7A;
}
.TagClassName
{
border-color: #96CF7A;
}
</style>