#8ED679

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

Shades of Gossip #8ED679

Tints of Gossip #8ED679

Color information

#8ED679 (or 0x8ED679) is unknown color: approx Gossip. HEX triplet: 8E, D6 and 79. RGB value is (142,214,121). Sum of RGB (Red+Green+Blue) = 142+214+121=477 (63% of max value = 765). Red value is 142 (55.86% from 255 or 29.77% from 477); Green value is 214 (83.98% from 255 or 44.86% from 477); Blue value is 121 (47.66% from 255 or 25.37% from 477); Max value from RGB is 214 - color contains mainly: green. Hex color #8ED679 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ED679 is #712986. Grayscale: #B6B6B6. Windows color (decimal): -7416199 or 7984782. OLE color: 7984782.

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

Color convert

RGB142214121-
CMYK0.3400.430.16
HSL106.45º53.14%65.69%-
HSV(B)106.45º43.46%83.92%-
XYZ38.6555.2226.71-
YUV181.8793.6599.56-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 29.77%
GREEN value IS 214 (83.98% from 255) = 44.86%
BLUE value IS 121 (47.66% from 255) = 25.37%
R=29.77%
G=44.86%
B=25.37%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1422141210.3400.430.16106.4553.1465.69
Hex8ED6792202B106a3542
Octal216326171420532015265102
Binary1000111011010110111100110001001010111000011010101101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ED679

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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