#97DD6D

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

Shades of Gossip #97DD6D

Tints of Gossip #97DD6D

Color information

#97DD6D (or 0x97DD6D) is unknown color: approx Gossip. HEX triplet: 97, DD and 6D. RGB value is (151,221,109). Sum of RGB (Red+Green+Blue) = 151+221+109=481 (63% of max value = 765). Red value is 151 (59.38% from 255 or 31.39% from 481); Green value is 221 (86.72% from 255 or 45.95% from 481); Blue value is 109 (42.97% from 255 or 22.66% from 481); Max value from RGB is 221 - color contains mainly: green. Hex color #97DD6D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #97DD6D is #682292. Grayscale: #BBBBBB. Windows color (decimal): -6824595 or 7200151. OLE color: 7200151.

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

Color convert

RGB151221109-
CMYK0.3200.510.13
HSL97.5º62.22%64.71%-
HSV(B)97.5º50.68%86.67%-
XYZ41.3859.423.75-
YUV187.383.81102.11-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 31.39%
GREEN value IS 221 (86.72% from 255) = 45.95%
BLUE value IS 109 (42.97% from 255) = 22.66%
R=31.39%
G=45.95%
B=22.66%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1512211090.3200.510.1397.562.2264.71
Hex97DD6D20033D623e41
Octal227335155400631514276101
Binary100101111101110111011011000000110011110111000101111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97DD6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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