#8CD778

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

Shades of Gossip #8CD778

Tints of Gossip #8CD778

Color information

#8CD778 (or 0x8CD778) is unknown color: approx Gossip. HEX triplet: 8C, D7 and 78. RGB value is (140,215,120). Sum of RGB (Red+Green+Blue) = 140+215+120=475 (62% of max value = 765). Red value is 140 (55.08% from 255 or 29.47% from 475); Green value is 215 (84.38% from 255 or 45.26% from 475); Blue value is 120 (47.27% from 255 or 25.26% from 475); Max value from RGB is 215 - color contains mainly: green. Hex color #8CD778 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CD778 is #732887. Grayscale: #B6B6B6. Windows color (decimal): -7547016 or 7919500. OLE color: 7919500.

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

Color convert

RGB140215120-
CMYK0.3500.440.16
HSL107.37º54.29%65.69%-
HSV(B)107.37º44.19%84.31%-
XYZ38.5155.5326.46-
YUV181.7493.1598.22-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 29.47%
GREEN value IS 215 (84.38% from 255) = 45.26%
BLUE value IS 120 (47.27% from 255) = 25.26%
R=29.47%
G=45.26%
B=25.26%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1402151200.3500.440.16107.3754.2965.69
Hex8CD7782302C106b3642
Octal214327170430542015366102
Binary1000110011010111111100010001101011001000011010111101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CD778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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