#8DD67C

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

Shades of Gossip #8DD67C

Tints of Gossip #8DD67C

Color information

#8DD67C (or 0x8DD67C) is unknown color: approx Gossip. HEX triplet: 8D, D6 and 7C. RGB value is (141,214,124). Sum of RGB (Red+Green+Blue) = 141+214+124=479 (63% of max value = 765). Red value is 141 (55.47% from 255 or 29.44% from 479); Green value is 214 (83.98% from 255 or 44.68% from 479); Blue value is 124 (48.83% from 255 or 25.89% from 479); Max value from RGB is 214 - color contains mainly: green. Hex color #8DD67C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DD67C is #722983. Grayscale: #B6B6B6. Windows color (decimal): -7481732 or 8181389. OLE color: 8181389.

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

Color convert

RGB141214124-
CMYK0.3400.420.16
HSL108.67º52.33%66.27%-
HSV(B)108.67º42.06%83.92%-
XYZ38.6755.2127.69-
YUV181.9195.3298.82-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 29.44%
GREEN value IS 214 (83.98% from 255) = 44.68%
BLUE value IS 124 (48.83% from 255) = 25.89%
R=29.44%
G=44.68%
B=25.89%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1412141240.3400.420.16108.6752.3366.27
Hex8DD67C2202A106d3442
Octal215326174420522015564102
Binary1000110111010110111110010001001010101000011011011101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DD67C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,214,124); }

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

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

 a { background-color: rgb(141,214,124); }

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

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

 span { border-color: rgb(141,214,124); }

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