#97E17D

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

Shades of Gossip #97E17D

Tints of Gossip #97E17D

Color information

#97E17D (or 0x97E17D) is unknown color: approx Gossip. HEX triplet: 97, E1 and 7D. RGB value is (151,225,125). Sum of RGB (Red+Green+Blue) = 151+225+125=501 (66% of max value = 765). Red value is 151 (59.38% from 255 or 30.14% from 501); Green value is 225 (88.28% from 255 or 44.91% from 501); Blue value is 125 (49.22% from 255 or 24.95% from 501); Max value from RGB is 225 - color contains mainly: green. Hex color #97E17D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #97E17D is #681E82. Grayscale: #BFBFBF. Windows color (decimal): -6823555 or 8249751. OLE color: 8249751.

HSL color Cylindrical-coordinate representation of color #97E17D: hue angle of 104.4º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #97E17D is Cyan = 0.33, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.12.

Color convert

RGB151225125-
CMYK0.3300.440.12
HSL104.4º62.5%68.63%-
HSV(B)104.4º44.44%88.24%-
XYZ43.3961.9129.07-
YUV191.4790.4899.13-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 30.14%
GREEN value IS 225 (88.28% from 255) = 44.91%
BLUE value IS 125 (49.22% from 255) = 24.95%
R=30.14%
G=44.91%
B=24.95%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1512251250.3300.440.12104.462.568.63
Hex97E17D2102CC683e45
Octal227341175410541415076105
Binary100101111110000111111011000010101100110011010001111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97E17D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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