#8EE07D

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

Shades of Gossip #8EE07D

Tints of Gossip #8EE07D

Color information

#8EE07D (or 0x8EE07D) is unknown color: approx Gossip. HEX triplet: 8E, E0 and 7D. RGB value is (142,224,125). Sum of RGB (Red+Green+Blue) = 142+224+125=491 (65% of max value = 765). Red value is 142 (55.86% from 255 or 28.92% from 491); Green value is 224 (87.89% from 255 or 45.62% from 491); Blue value is 125 (49.22% from 255 or 25.46% from 491); Max value from RGB is 224 - color contains mainly: green. Hex color #8EE07D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8EE07D is #711F82. Grayscale: #BCBCBC. Windows color (decimal): -7413635 or 8249486. OLE color: 8249486.

HSL color Cylindrical-coordinate representation of color #8EE07D: hue angle of 109.7º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8EE07D is Cyan = 0.37, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.12.

Color convert

RGB142224125-
CMYK0.3700.440.12
HSL109.7º61.49%68.43%-
HSV(B)109.7º44.2%87.84%-
XYZ41.5160.5428.9-
YUV188.292.3395.05-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 28.92%
GREEN value IS 224 (87.89% from 255) = 45.62%
BLUE value IS 125 (49.22% from 255) = 25.46%
R=28.92%
G=45.62%
B=25.46%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1422241250.3700.440.12109.761.4968.43
Hex8EE07D2502CC6e3d44
Octal216340175450541415675104
Binary100011101110000011111011001010101100110011011101111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EE07D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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