#97DD78

Color #97DD78 Gossip (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gossip #97DD78

Tints of Gossip #97DD78

Color information

#97DD78 (or 0x97DD78) is unknown color: approx Gossip. HEX triplet: 97, DD and 78. RGB value is (151,221,120). Sum of RGB (Red+Green+Blue) = 151+221+120=492 (65% of max value = 765). Red value is 151 (59.38% from 255 or 30.69% from 492); Green value is 221 (86.72% from 255 or 44.92% from 492); Blue value is 120 (47.27% from 255 or 24.39% from 492); Max value from RGB is 221 - color contains mainly: green. Hex color #97DD78 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #97DD78 is #682287. Grayscale: #BCBCBC. Windows color (decimal): -6824584 or 7921047. OLE color: 7921047.

HSL color Cylindrical-coordinate representation of color #97DD78: hue angle of 101.58º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #97DD78 is Cyan = 0.32, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.13.

Color convert

RGB151221120-
CMYK0.3200.460.13
HSL101.58º59.76%66.86%-
HSV(B)101.58º45.7%86.67%-
XYZ42.0159.6527.07-
YUV188.5689.31101.21-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 151 (59.38% from 255) = 30.69%
GREEN value IS 221 (86.72% from 255) = 44.92%
BLUE value IS 120 (47.27% from 255) = 24.39%
R=30.69%
G=44.92%
B=24.39%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1512211200.3200.460.13101.5859.7666.86
Hex97DD782002ED663c43
Octal227335170400561514674103
Binary100101111101110111110001000000101110110111001101111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97DD78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97DD78; }

 p { color: rgb(151,221,120); }

 H1.HeaderClassName
 {
   color: #97DD78;
 }
 .AnyTagClassName
 {
   color: #97DD78;
 }
</style>
background-color css

<style>
 a { background-color: #97DD78; }

 a { background-color: rgb(151,221,120); }

 div.DivClassName
 {
   background-color: #97DD78;
 }
 .BgClassName
 {
   background-color: #97DD78;
 }
</style>
border-color css

<style>
 span { border-color: #97DD78; }

 span { border-color: rgb(151,221,120); }

 td.TdClassName
 {
   border-color: #97DD78;
 }
 .TagClassName
 {
   border-color: #97DD78;
 }
</style>