#8ED37B

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

Shades of Gossip #8ED37B

Tints of Gossip #8ED37B

Color information

#8ED37B (or 0x8ED37B) is unknown color: approx Gossip. HEX triplet: 8E, D3 and 7B. RGB value is (142,211,123). Sum of RGB (Red+Green+Blue) = 142+211+123=476 (63% of max value = 765). Red value is 142 (55.86% from 255 or 29.83% from 476); Green value is 211 (82.81% from 255 or 44.33% from 476); Blue value is 123 (48.44% from 255 or 25.84% from 476); Max value from RGB is 211 - color contains mainly: green. Hex color #8ED37B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ED37B is #712C84. Grayscale: #B4B4B4. Windows color (decimal): -7416965 or 8115086. OLE color: 8115086.

HSL color Cylindrical-coordinate representation of color #8ED37B: hue angle of 107.05º degrees, saturation: 0.5, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8ED37B is Cyan = 0.33, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.17.

Color convert

RGB142211123-
CMYK0.3300.420.17
HSL107.05º50%65.49%-
HSV(B)107.05º41.71%82.75%-
XYZ38.0253.7727.11-
YUV180.3495.64100.66-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 29.83%
GREEN value IS 211 (82.81% from 255) = 44.33%
BLUE value IS 123 (48.44% from 255) = 25.84%
R=29.83%
G=44.33%
B=25.84%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1422111230.3300.420.17107.055065.49
Hex8ED37B2102A116b3241
Octal216323173410522115362101
Binary1000111011010011111101110000101010101000111010111100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ED37B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,211,123); }

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

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

 a { background-color: rgb(142,211,123); }

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

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

 span { border-color: rgb(142,211,123); }

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