#8DD77E

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

Shades of Gossip #8DD77E

Tints of Gossip #8DD77E

Color information

#8DD77E (or 0x8DD77E) is unknown color: approx Gossip. HEX triplet: 8D, D7 and 7E. RGB value is (141,215,126). Sum of RGB (Red+Green+Blue) = 141+215+126=482 (63% of max value = 765). Red value is 141 (55.47% from 255 or 29.25% from 482); Green value is 215 (84.38% from 255 or 44.61% from 482); Blue value is 126 (49.61% from 255 or 26.14% from 482); Max value from RGB is 215 - color contains mainly: green. Hex color #8DD77E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DD77E is #722881. Grayscale: #B7B7B7. Windows color (decimal): -7481474 or 8312717. OLE color: 8312717.

HSL color Cylindrical-coordinate representation of color #8DD77E: hue angle of 109.89º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8DD77E is Cyan = 0.34, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.16.

Color convert

RGB141215126-
CMYK0.3400.410.16
HSL109.89º52.66%66.86%-
HSV(B)109.89º41.4%84.31%-
XYZ39.0555.7728.45-
YUV182.7395.9898.24-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 29.25%
GREEN value IS 215 (84.38% from 255) = 44.61%
BLUE value IS 126 (49.61% from 255) = 26.14%
R=29.25%
G=44.61%
B=26.14%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1412151260.3400.410.16109.8952.6666.86
Hex8DD77E22029106e3543
Octal215327176420512015665103
Binary1000110111010111111111010001001010011000011011101101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DD77E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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