#97CD8D

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

Shades of Gossip #97CD8D

Tints of Gossip #97CD8D

Color information

#97CD8D (or 0x97CD8D) is unknown color: approx Gossip. HEX triplet: 97, CD and 8D. RGB value is (151,205,141). Sum of RGB (Red+Green+Blue) = 151+205+141=497 (65% of max value = 765). Red value is 151 (59.38% from 255 or 30.38% from 497); Green value is 205 (80.47% from 255 or 41.25% from 497); Blue value is 141 (55.47% from 255 or 28.37% from 497); Max value from RGB is 205 - color contains mainly: green. Hex color #97CD8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #97CD8D is #683272. Grayscale: #B5B5B5. Windows color (decimal): -6828659 or 9293207. OLE color: 9293207.

HSL color Cylindrical-coordinate representation of color #97CD8D: hue angle of 110.62º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #97CD8D is Cyan = 0.26, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.20.

Color convert

RGB151205141-
CMYK0.2600.310.20
HSL110.62º39.02%67.84%-
HSV(B)110.62º31.22%80.39%-
XYZ39.452.1733.19-
YUV181.56105.11106.2-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 30.38%
GREEN value IS 205 (80.47% from 255) = 41.25%
BLUE value IS 141 (55.47% from 255) = 28.37%
R=30.38%
G=41.25%
B=28.37%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1512051410.2600.310.20110.6239.0267.84
Hex97CD8D1A01F146f2744
Octal227315215320372415747104
Binary100101111100110110001101110100111111010011011111001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97CD8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,205,141); }

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

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

 a { background-color: rgb(151,205,141); }

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

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

 span { border-color: rgb(151,205,141); }

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