#8DDB7D

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

Shades of Gossip #8DDB7D

Tints of Gossip #8DDB7D

Color information

#8DDB7D (or 0x8DDB7D) is unknown color: approx Gossip. HEX triplet: 8D, DB and 7D. RGB value is (141,219,125). Sum of RGB (Red+Green+Blue) = 141+219+125=485 (64% of max value = 765). Red value is 141 (55.47% from 255 or 29.07% from 485); Green value is 219 (85.94% from 255 or 45.15% from 485); Blue value is 125 (49.22% from 255 or 25.77% from 485); Max value from RGB is 219 - color contains mainly: green. Hex color #8DDB7D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DDB7D is #722482. Grayscale: #B9B9B9. Windows color (decimal): -7480451 or 8248205. OLE color: 8248205.

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

Color convert

RGB141219125-
CMYK0.3600.430.14
HSL109.79º56.63%67.45%-
HSV(B)109.79º42.92%85.88%-
XYZ40.0257.8128.45-
YUV184.9694.1696.64-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 29.07%
GREEN value IS 219 (85.94% from 255) = 45.15%
BLUE value IS 125 (49.22% from 255) = 25.77%
R=29.07%
G=45.15%
B=25.77%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1412191250.3600.430.14109.7956.6367.45
Hex8DDB7D2402BE6e3943
Octal215333175440531615671103
Binary100011011101101111111011001000101011111011011101110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DDB7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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