#8DDB74

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

Shades of Gossip #8DDB74

Tints of Gossip #8DDB74

Color information

#8DDB74 (or 0x8DDB74) is unknown color: approx Gossip. HEX triplet: 8D, DB and 74. RGB value is (141,219,116). Sum of RGB (Red+Green+Blue) = 141+219+116=476 (63% of max value = 765). Red value is 141 (55.47% from 255 or 29.62% from 476); Green value is 219 (85.94% from 255 or 46.01% from 476); Blue value is 116 (45.70% from 255 or 24.37% from 476); Max value from RGB is 219 - color contains mainly: green. Hex color #8DDB74 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DDB74 is #72248B. Grayscale: #B8B8B8. Windows color (decimal): -7480460 or 7658381. OLE color: 7658381.

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

Color convert

RGB141219116-
CMYK0.3600.470.14
HSL105.44º58.86%65.69%-
HSV(B)105.44º47.03%85.88%-
XYZ39.4757.5925.56-
YUV183.9489.6697.38-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 29.62%
GREEN value IS 219 (85.94% from 255) = 46.01%
BLUE value IS 116 (45.70% from 255) = 24.37%
R=29.62%
G=46.01%
B=24.37%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1412191160.3600.470.14105.4458.8665.69
Hex8DDB742402FE693b42
Octal215333164440571615173102
Binary100011011101101111101001001000101111111011010011110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DDB74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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