#97E57D

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

Shades of Gossip #97E57D

Tints of Gossip #97E57D

Color information

#97E57D (or 0x97E57D) is unknown color: approx Gossip. HEX triplet: 97, E5 and 7D. RGB value is (151,229,125). Sum of RGB (Red+Green+Blue) = 151+229+125=505 (66% of max value = 765). Red value is 151 (59.38% from 255 or 29.90% from 505); Green value is 229 (89.84% from 255 or 45.35% from 505); Blue value is 125 (49.22% from 255 or 24.75% from 505); Max value from RGB is 229 - color contains mainly: green. Hex color #97E57D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #97E57D is #681A82. Grayscale: #C2C2C2. Windows color (decimal): -6822531 or 8250775. OLE color: 8250775.

HSL color Cylindrical-coordinate representation of color #97E57D: hue angle of 105º degrees, saturation: 0.67, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #97E57D is Cyan = 0.34, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.10.

Color convert

RGB151229125-
CMYK0.3400.450.10
HSL105º66.67%69.41%-
HSV(B)105º45.41%89.8%-
XYZ44.4864.129.43-
YUV193.8289.1697.46-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 29.90%
GREEN value IS 229 (89.84% from 255) = 45.35%
BLUE value IS 125 (49.22% from 255) = 24.75%
R=29.90%
G=45.35%
B=24.75%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1512291250.3400.450.1010566.6769.41
Hex97E57D2202DA694345
Octal2273451754205512151103105
Binary1001011111100101111110110001001011011010110100110000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97E57D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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