#8DD57D

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

Shades of Gossip #8DD57D

Tints of Gossip #8DD57D

Color information

#8DD57D (or 0x8DD57D) is unknown color: approx Gossip. HEX triplet: 8D, D5 and 7D. RGB value is (141,213,125). Sum of RGB (Red+Green+Blue) = 141+213+125=479 (63% of max value = 765). Red value is 141 (55.47% from 255 or 29.44% from 479); Green value is 213 (83.59% from 255 or 44.47% from 479); Blue value is 125 (49.22% from 255 or 26.10% from 479); Max value from RGB is 213 - color contains mainly: green. Hex color #8DD57D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DD57D is #722A82. Grayscale: #B5B5B5. Windows color (decimal): -7481987 or 8246669. OLE color: 8246669.

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

Color convert

RGB141213125-
CMYK0.3400.410.16
HSL109.09º51.16%66.27%-
HSV(B)109.09º41.31%83.53%-
XYZ38.4854.7327.94-
YUV181.4496.1599.16-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 29.44%
GREEN value IS 213 (83.59% from 255) = 44.47%
BLUE value IS 125 (49.22% from 255) = 26.10%
R=29.44%
G=44.47%
B=26.10%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1412131250.3400.410.16109.0951.1666.27
Hex8DD57D22029106d3342
Octal215325175420512015563102
Binary1000110111010101111110110001001010011000011011011100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DD57D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,213,125); }

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

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

 a { background-color: rgb(141,213,125); }

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

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

 span { border-color: rgb(141,213,125); }

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