#8DDD70

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

Shades of Gossip #8DDD70

Tints of Gossip #8DDD70

Color information

#8DDD70 (or 0x8DDD70) is unknown color: approx Gossip. HEX triplet: 8D, DD and 70. RGB value is (141,221,112). Sum of RGB (Red+Green+Blue) = 141+221+112=474 (62% of max value = 765). Red value is 141 (55.47% from 255 or 29.75% from 474); Green value is 221 (86.72% from 255 or 46.62% from 474); Blue value is 112 (44.14% from 255 or 23.63% from 474); Max value from RGB is 221 - color contains mainly: green. Hex color #8DDD70 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DDD70 is #72228F. Grayscale: #B9B9B9. Windows color (decimal): -7479952 or 7396749. OLE color: 7396749.

HSL color Cylindrical-coordinate representation of color #8DDD70: hue angle of 104.04º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8DDD70 is Cyan = 0.36, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.13.

Color convert

RGB141221112-
CMYK0.3600.490.13
HSL104.04º61.58%65.29%-
HSV(B)104.04º49.32%86.67%-
XYZ39.7758.5524.53-
YUV184.658796.86-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 29.75%
GREEN value IS 221 (86.72% from 255) = 46.62%
BLUE value IS 112 (44.14% from 255) = 23.63%
R=29.75%
G=46.62%
B=23.63%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1412211120.3600.490.13104.0461.5865.29
Hex8DDD7024031D683e41
Octal215335160440611515076101
Binary100011011101110111100001001000110001110111010001111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DDD70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,221,112); }

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

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

 a { background-color: rgb(141,221,112); }

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

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

 span { border-color: rgb(141,221,112); }

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