#8EC37D

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

Shades of Gossip #8EC37D

Tints of Gossip #8EC37D

Color information

#8EC37D (or 0x8EC37D) is unknown color: approx Gossip. HEX triplet: 8E, C3 and 7D. RGB value is (142,195,125). Sum of RGB (Red+Green+Blue) = 142+195+125=462 (61% of max value = 765). Red value is 142 (55.86% from 255 or 30.74% from 462); Green value is 195 (76.56% from 255 or 42.21% from 462); Blue value is 125 (49.22% from 255 or 27.06% from 462); Max value from RGB is 195 - color contains mainly: green. Hex color #8EC37D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8EC37D is #713C82. Grayscale: #ABABAB. Windows color (decimal): -7421059 or 8242062. OLE color: 8242062.

HSL color Cylindrical-coordinate representation of color #8EC37D: hue angle of 105.43º degrees, saturation: 0.37, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8EC37D is Cyan = 0.27, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.24.

Color convert

RGB142195125-
CMYK0.2700.360.24
HSL105.43º36.84%62.75%-
HSV(B)105.43º35.9%76.47%-
XYZ34.3746.2626.52-
YUV171.17101.94107.19-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 30.74%
GREEN value IS 195 (76.56% from 255) = 42.21%
BLUE value IS 125 (49.22% from 255) = 27.06%
R=30.74%
G=42.21%
B=27.06%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1421951250.2700.360.24105.4336.8462.75
Hex8EC37D1B0241869253f
Octal21630317533044301514577
Binary10001110110000111111101110110100100110001101001100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EC37D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,195,125); }

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

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

 a { background-color: rgb(142,195,125); }

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

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

 span { border-color: rgb(142,195,125); }

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