#97D37D

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

Shades of Gossip #97D37D

Tints of Gossip #97D37D

Color information

#97D37D (or 0x97D37D) is unknown color: approx Gossip. HEX triplet: 97, D3 and 7D. RGB value is (151,211,125). Sum of RGB (Red+Green+Blue) = 151+211+125=487 (64% of max value = 765). Red value is 151 (59.38% from 255 or 31.01% from 487); Green value is 211 (82.81% from 255 or 43.33% from 487); Blue value is 125 (49.22% from 255 or 25.67% from 487); Max value from RGB is 211 - color contains mainly: green. Hex color #97D37D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #97D37D is #682C82. Grayscale: #B7B7B7. Windows color (decimal): -6827139 or 8246167. OLE color: 8246167.

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

Color convert

RGB151211125-
CMYK0.2800.410.17
HSL101.86º49.43%65.88%-
HSV(B)101.86º40.76%82.75%-
XYZ39.7654.6527.85-
YUV183.2695.12104.99-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 31.01%
GREEN value IS 211 (82.81% from 255) = 43.33%
BLUE value IS 125 (49.22% from 255) = 25.67%
R=31.01%
G=43.33%
B=25.67%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1512111250.2800.410.17101.8649.4365.88
Hex97D37D1C02911663142
Octal227323175340512114661102
Binary100101111101001111111011110001010011000111001101100011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97D37D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,211,125); }

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

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

 a { background-color: rgb(151,211,125); }

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

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

 span { border-color: rgb(151,211,125); }

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