#8ED67E

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

Shades of Gossip #8ED67E

Tints of Gossip #8ED67E

Color information

#8ED67E (or 0x8ED67E) is unknown color: approx Gossip. HEX triplet: 8E, D6 and 7E. RGB value is (142,214,126). Sum of RGB (Red+Green+Blue) = 142+214+126=482 (63% of max value = 765). Red value is 142 (55.86% from 255 or 29.46% from 482); Green value is 214 (83.98% from 255 or 44.40% from 482); Blue value is 126 (49.61% from 255 or 26.14% from 482); Max value from RGB is 214 - color contains mainly: green. Hex color #8ED67E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ED67E is #712981. Grayscale: #B6B6B6. Windows color (decimal): -7416194 or 8312462. OLE color: 8312462.

HSL color Cylindrical-coordinate representation of color #8ED67E: hue angle of 109.09º degrees, saturation: 0.52, 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 #8ED67E is Cyan = 0.34, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.16.

Color convert

RGB142214126-
CMYK0.3400.410.16
HSL109.09º51.76%66.67%-
HSV(B)109.09º41.12%83.92%-
XYZ38.9755.3528.37-
YUV182.4496.1599.16-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 29.46%
GREEN value IS 214 (83.98% from 255) = 44.40%
BLUE value IS 126 (49.61% from 255) = 26.14%
R=29.46%
G=44.40%
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
Decimal1422141260.3400.410.16109.0951.7666.67
Hex8ED67E22029106d3443
Octal216326176420512015564103
Binary1000111011010110111111010001001010011000011011011101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ED67E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,214,126); }

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

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

 a { background-color: rgb(142,214,126); }

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

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

 span { border-color: rgb(142,214,126); }

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