#8DD076

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

Shades of Gossip #8DD076

Tints of Gossip #8DD076

Color information

#8DD076 (or 0x8DD076) is unknown color: approx Gossip. HEX triplet: 8D, D0 and 76. RGB value is (141,208,118). Sum of RGB (Red+Green+Blue) = 141+208+118=467 (61% of max value = 765). Red value is 141 (55.47% from 255 or 30.19% from 467); Green value is 208 (81.64% from 255 or 44.54% from 467); Blue value is 118 (46.48% from 255 or 25.27% from 467); Max value from RGB is 208 - color contains mainly: green. Hex color #8DD076 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DD076 is #722F89. Grayscale: #B1B1B1. Windows color (decimal): -7483274 or 7786637. OLE color: 7786637.

HSL color Cylindrical-coordinate representation of color #8DD076: hue angle of 104.67º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8DD076 is Cyan = 0.32, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.18.

Color convert

RGB141208118-
CMYK0.3200.430.18
HSL104.67º48.91%63.92%-
HSV(B)104.67º43.27%81.57%-
XYZ36.8152.0825.25-
YUV177.7194.3101.82-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 30.19%
GREEN value IS 208 (81.64% from 255) = 44.54%
BLUE value IS 118 (46.48% from 255) = 25.27%
R=30.19%
G=44.54%
B=25.27%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1412081180.3200.430.18104.6748.9163.92
Hex8DD0762002B12693140
Octal215320166400532215161100
Binary1000110111010000111011010000001010111001011010011100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DD076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,208,118); }

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

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

 a { background-color: rgb(141,208,118); }

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

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

 span { border-color: rgb(141,208,118); }

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