#8ED36F

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

Shades of Gossip #8ED36F

Tints of Gossip #8ED36F

Color information

#8ED36F (or 0x8ED36F) is unknown color: approx Gossip. HEX triplet: 8E, D3 and 6F. RGB value is (142,211,111). Sum of RGB (Red+Green+Blue) = 142+211+111=464 (61% of max value = 765). Red value is 142 (55.86% from 255 or 30.60% from 464); Green value is 211 (82.81% from 255 or 45.47% from 464); Blue value is 111 (43.75% from 255 or 23.92% from 464); Max value from RGB is 211 - color contains mainly: green. Hex color #8ED36F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ED36F is #712C90. Grayscale: #B3B3B3. Windows color (decimal): -7416977 or 7328654. OLE color: 7328654.

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

Color convert

RGB142211111-
CMYK0.3300.470.17
HSL101.4º53.19%63.14%-
HSV(B)101.4º47.39%82.75%-
XYZ37.3253.4923.4-
YUV178.9789.64101.63-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 30.60%
GREEN value IS 211 (82.81% from 255) = 45.47%
BLUE value IS 111 (43.75% from 255) = 23.92%
R=30.60%
G=45.47%
B=23.92%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1422111110.3300.470.17101.453.1963.14
Hex8ED36F2102F1165353f
Octal21632315741057211456577
Binary100011101101001111011111000010101111100011100101110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ED36F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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