#8DD97E

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

Shades of Gossip #8DD97E

Tints of Gossip #8DD97E

Color information

#8DD97E (or 0x8DD97E) is unknown color: approx Gossip. HEX triplet: 8D, D9 and 7E. RGB value is (141,217,126). Sum of RGB (Red+Green+Blue) = 141+217+126=484 (64% of max value = 765). Red value is 141 (55.47% from 255 or 29.13% from 484); Green value is 217 (85.16% from 255 or 44.83% from 484); Blue value is 126 (49.61% from 255 or 26.03% from 484); Max value from RGB is 217 - color contains mainly: green. Hex color #8DD97E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DD97E is #722681. Grayscale: #B8B8B8. Windows color (decimal): -7480962 or 8313229. OLE color: 8313229.

HSL color Cylindrical-coordinate representation of color #8DD97E: hue angle of 110.11º degrees, saturation: 0.54, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8DD97E is Cyan = 0.35, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.15.

Color convert

RGB141217126-
CMYK0.3500.420.15
HSL110.11º54.49%67.25%-
HSV(B)110.11º41.94%85.1%-
XYZ39.5656.7928.62-
YUV183.995.3297.4-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 29.13%
GREEN value IS 217 (85.16% from 255) = 44.83%
BLUE value IS 126 (49.61% from 255) = 26.03%
R=29.13%
G=44.83%
B=26.03%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1412171260.3500.420.15110.1154.4967.25
Hex8DD97E2302AF6e3643
Octal215331176430521715666103
Binary100011011101100111111101000110101010111111011101101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DD97E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8DD97E; }

 p { color: rgb(141,217,126); }

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

<style>
 a { background-color: #8DD97E; }

 a { background-color: rgb(141,217,126); }

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

<style>
 span { border-color: #8DD97E; }

 span { border-color: rgb(141,217,126); }

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