Shades of Gossip #97DC77
Tints of Gossip #97DC77
RGB
CMYK
RGB Variations
Color information
#97DC77 (or 0x97DC77) is known color: Gossip. HEX triplet: 97, DC and 77. RGB value is (151,220,119). Sum of RGB (Red+Green+Blue) = 151+220+119=490 (64% of max value = 765). Red value is 151 (59.38% from 255 or 30.82% from 490); Green value is 220 (86.33% from 255 or 44.90% from 490); Blue value is 119 (46.88% from 255 or 24.29% from 490); Max value from RGB is 220 - color contains mainly: green. Hex color #97DC77 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #97DC77 is #682388. Grayscale: #BCBCBC. Windows color (decimal): -6824841 or 7855255. OLE color: 7855255.
HSL color Cylindrical-coordinate representation of color #97DC77: hue angle of 100.99º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #97DC77 is Cyan = 0.31, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 151 | 220 | 119 | - |
| CMYK | 0.31 | 0 | 0.46 | 0.14 |
| HSL | 100.99º | 0.59% | 0.66% | - |
| HSV(B) | 100.99º | 0.46% | 0.86% | - |
| XYZ | 41.69 | 59.1 | 26.66 | - |
| YUV | 187.86 | 89.14 | 101.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 220 | 119 | 0.31 | 0 | 0.46 | 0.14 | 100.99 | 0.59 | 0.66 |
| Hex | 97 | DC | 77 | 1F | 0 | 2E | E | 65 | 3B | 42 |
| Octal | 227 | 334 | 167 | 37 | 0 | 56 | 16 | 145 | 73 | 102 |
| Binary | 10010111 | 11011100 | 1110111 | 11111 | 0 | 101110 | 1110 | 1100101 | 111011 | 1000010 |
Color Harmonies of #97DC77
Complementary color
Monochromatic Colors of #97DC77
Black with #97DC77
Text Example
Text Example
White with #97DC77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97DC77; }
p { color: rgb(151,220,119); }
H1.HeaderClassName
{
color: #97DC77;
}
.AnyTagClassName
{
color: #97DC77;
}
</style>
background-color css
<style>
a { background-color: #97DC77; }
a { background-color: rgb(151,220,119); }
div.DivClassName
{
background-color: #97DC77;
}
.BgClassName
{
background-color: #97DC77;
}
</style>
border-color css
<style>
span { border-color: #97DC77; }
span { border-color: rgb(151,220,119); }
td.TdClassName
{
border-color: #97DC77;
}
.TagClassName
{
border-color: #97DC77;
}
</style>