#8DDC7B

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

Shades of Gossip #8DDC7B

Tints of Gossip #8DDC7B

Color information

#8DDC7B (or 0x8DDC7B) is unknown color: approx Gossip. HEX triplet: 8D, DC and 7B. RGB value is (141,220,123). Sum of RGB (Red+Green+Blue) = 141+220+123=484 (64% of max value = 765). Red value is 141 (55.47% from 255 or 29.13% from 484); Green value is 220 (86.33% from 255 or 45.45% from 484); Blue value is 123 (48.44% from 255 or 25.41% from 484); Max value from RGB is 220 - color contains mainly: green. Hex color #8DDC7B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DDC7B is #722384. Grayscale: #B9B9B9. Windows color (decimal): -7480197 or 8117389. OLE color: 8117389.

HSL color Cylindrical-coordinate representation of color #8DDC7B: hue angle of 108.87º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8DDC7B is Cyan = 0.36, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.14.

Color convert

RGB141220123-
CMYK0.3600.440.14
HSL108.87º58.08%67.25%-
HSV(B)108.87º44.09%86.27%-
XYZ40.1558.2827.87-
YUV185.3292.8396.39-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 29.13%
GREEN value IS 220 (86.33% from 255) = 45.45%
BLUE value IS 123 (48.44% from 255) = 25.41%
R=29.13%
G=45.45%
B=25.41%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1412201230.3600.440.14108.8758.0867.25
Hex8DDC7B2402CE6d3a43
Octal215334173440541615572103
Binary100011011101110011110111001000101100111011011011110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DDC7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,220,123); }

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

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

 a { background-color: rgb(141,220,123); }

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

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

 span { border-color: rgb(141,220,123); }

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