#8ECF71

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

Shades of Gossip #8ECF71

Tints of Gossip #8ECF71

Color information

#8ECF71 (or 0x8ECF71) is unknown color: approx Gossip. HEX triplet: 8E, CF and 71. RGB value is (142,207,113). Sum of RGB (Red+Green+Blue) = 142+207+113=462 (61% of max value = 765). Red value is 142 (55.86% from 255 or 30.74% from 462); Green value is 207 (81.25% from 255 or 44.81% from 462); Blue value is 113 (44.53% from 255 or 24.46% from 462); Max value from RGB is 207 - color contains mainly: green. Hex color #8ECF71 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ECF71 is #71308E. Grayscale: #B1B1B1. Windows color (decimal): -7417999 or 7458702. OLE color: 7458702.

HSL color Cylindrical-coordinate representation of color #8ECF71: hue angle of 101.49º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8ECF71 is Cyan = 0.31, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.19.

Color convert

RGB142207113-
CMYK0.3100.450.19
HSL101.49º49.47%62.75%-
HSV(B)101.49º45.41%81.18%-
XYZ36.4551.5723.66-
YUV176.8591.97103.14-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 30.74%
GREEN value IS 207 (81.25% from 255) = 44.81%
BLUE value IS 113 (44.53% from 255) = 24.46%
R=30.74%
G=44.81%
B=24.46%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1422071130.3100.450.19101.4949.4762.75
Hex8ECF711F02D1365313f
Octal21631716137055231456177
Binary10001110110011111110001111110101101100111100101110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ECF71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,207,113); }

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

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

 a { background-color: rgb(142,207,113); }

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

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

 span { border-color: rgb(142,207,113); }

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