#97d27c

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

Shades of Gossip #97D27C

Tints of Gossip #97D27C

Color information

#97D27C (or 0x97D27C) is unknown color: approx Gossip. HEX triplet: 97, D2 and 7C. RGB value is (151,210,124). Sum of RGB (Red+Green+Blue) = 151+210+124=485 (64% of max value = 765). Red value is 151 (59.38% from 255 or 31.13% from 485); Green value is 210 (82.42% from 255 or 43.30% from 485); Blue value is 124 (48.83% from 255 or 25.57% from 485); Max value from RGB is 210 - color contains mainly: green. Hex color #97D27C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #97D27C is #682D83. Grayscale: #B6B6B6. Windows color (decimal): -6827396 or 8180375. OLE color: 8180375.

HSL color Cylindrical-coordinate representation of color #97D27C: hue angle of 101.16º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #97D27C is Cyan = 0.28, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.18.

Color convert

RGB151210124-
CMYK0.2800.410.18
HSL101.16º48.86%65.49%-
HSV(B)101.16º40.95%82.35%-
XYZ39.4554.1327.44-
YUV182.5594.95105.49-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 31.13%
GREEN value IS 210 (82.42% from 255) = 43.30%
BLUE value IS 124 (48.83% from 255) = 25.57%
R=31.13%
G=43.30%
B=25.57%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1512101240.2800.410.18101.1648.8665.49
Hex97D27C1C02912653141
Octal227322174340512214561101
Binary100101111101001011111001110001010011001011001011100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97d27c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,210,124); }

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

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

 a { background-color: rgb(151,210,124); }

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

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

 span { border-color: rgb(151,210,124); }

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