#8DDB7E

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

Shades of Gossip #8DDB7E

Tints of Gossip #8DDB7E

Color information

#8DDB7E (or 0x8DDB7E) is unknown color: approx Gossip. HEX triplet: 8D, DB and 7E. RGB value is (141,219,126). Sum of RGB (Red+Green+Blue) = 141+219+126=486 (64% of max value = 765). Red value is 141 (55.47% from 255 or 29.01% from 486); Green value is 219 (85.94% from 255 or 45.06% from 486); Blue value is 126 (49.61% from 255 or 25.93% from 486); Max value from RGB is 219 - color contains mainly: green. Hex color #8DDB7E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DDB7E is #722481. Grayscale: #B9B9B9. Windows color (decimal): -7480450 or 8313741. OLE color: 8313741.

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

Color convert

RGB141219126-
CMYK0.3600.420.14
HSL110.32º56.36%67.65%-
HSV(B)110.32º42.47%85.88%-
XYZ40.0857.8328.79-
YUV185.0894.6696.56-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 29.01%
GREEN value IS 219 (85.94% from 255) = 45.06%
BLUE value IS 126 (49.61% from 255) = 25.93%
R=29.01%
G=45.06%
B=25.93%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1412191260.3600.420.14110.3256.3667.65
Hex8DDB7E2402AE6e3844
Octal215333176440521615670104
Binary100011011101101111111101001000101010111011011101110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DDB7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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