#8DDA7E

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

Shades of Gossip #8DDA7E

Tints of Gossip #8DDA7E

Color information

#8DDA7E (or 0x8DDA7E) is unknown color: approx Gossip. HEX triplet: 8D, DA and 7E. RGB value is (141,218,126). Sum of RGB (Red+Green+Blue) = 141+218+126=485 (64% of max value = 765). Red value is 141 (55.47% from 255 or 29.07% from 485); Green value is 218 (85.55% from 255 or 44.95% from 485); Blue value is 126 (49.61% from 255 or 25.98% from 485); Max value from RGB is 218 - color contains mainly: green. Hex color #8DDA7E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DDA7E is #722581. Grayscale: #B8B8B8. Windows color (decimal): -7480706 or 8313485. OLE color: 8313485.

HSL color Cylindrical-coordinate representation of color #8DDA7E: hue angle of 110.22º degrees, saturation: 0.55, 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 #8DDA7E is Cyan = 0.35, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.15.

Color convert

RGB141218126-
CMYK0.3500.420.15
HSL110.22º55.42%67.45%-
HSV(B)110.22º42.2%85.49%-
XYZ39.8257.3128.7-
YUV184.4994.9996.98-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 29.07%
GREEN value IS 218 (85.55% from 255) = 44.95%
BLUE value IS 126 (49.61% from 255) = 25.98%
R=29.07%
G=44.95%
B=25.98%

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
Decimal1412181260.3500.420.15110.2255.4267.45
Hex8DDA7E2302AF6e3743
Octal215332176430521715667103
Binary100011011101101011111101000110101010111111011101101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DDA7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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