#8CD76E

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

Shades of Gossip #8CD76E

Tints of Gossip #8CD76E

Color information

#8CD76E (or 0x8CD76E) is unknown color: approx Gossip. HEX triplet: 8C, D7 and 6E. RGB value is (140,215,110). Sum of RGB (Red+Green+Blue) = 140+215+110=465 (61% of max value = 765). Red value is 140 (55.08% from 255 or 30.11% from 465); Green value is 215 (84.38% from 255 or 46.24% from 465); Blue value is 110 (43.36% from 255 or 23.66% from 465); Max value from RGB is 215 - color contains mainly: green. Hex color #8CD76E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CD76E is #732891. Grayscale: #B4B4B4. Windows color (decimal): -7547026 or 7264140. OLE color: 7264140.

HSL color Cylindrical-coordinate representation of color #8CD76E: hue angle of 102.86º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8CD76E is Cyan = 0.35, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.16.

Color convert

RGB140215110-
CMYK0.3500.490.16
HSL102.86º56.76%63.73%-
HSV(B)102.86º48.84%84.31%-
XYZ37.9355.323.43-
YUV180.688.1599.04-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 30.11%
GREEN value IS 215 (84.38% from 255) = 46.24%
BLUE value IS 110 (43.36% from 255) = 23.66%
R=30.11%
G=46.24%
B=23.66%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1402151100.3500.490.16102.8656.7663.73
Hex8CD76E2303110673940
Octal214327156430612014771100
Binary1000110011010111110111010001101100011000011001111110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CD76E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,215,110); }

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

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

 a { background-color: rgb(140,215,110); }

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

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

 span { border-color: rgb(140,215,110); }

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