#8DD278

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

Shades of Gossip #8DD278

Tints of Gossip #8DD278

Color information

#8DD278 (or 0x8DD278) is unknown color: approx Gossip. HEX triplet: 8D, D2 and 78. RGB value is (141,210,120). Sum of RGB (Red+Green+Blue) = 141+210+120=471 (62% of max value = 765). Red value is 141 (55.47% from 255 or 29.94% from 471); Green value is 210 (82.42% from 255 or 44.59% from 471); Blue value is 120 (47.27% from 255 or 25.48% from 471); Max value from RGB is 210 - color contains mainly: green. Hex color #8DD278 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DD278 is #722D87. Grayscale: #B3B3B3. Windows color (decimal): -7482760 or 7918221. OLE color: 7918221.

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

Color convert

RGB141210120-
CMYK0.3300.430.18
HSL106º50%64.71%-
HSV(B)106º42.86%82.35%-
XYZ37.4253.1126.05-
YUV179.1194.64100.82-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 29.94%
GREEN value IS 210 (82.42% from 255) = 44.59%
BLUE value IS 120 (47.27% from 255) = 25.48%
R=29.94%
G=44.59%
B=25.48%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1412101200.3300.430.181065064.71
Hex8DD2782102B126a3241
Octal215322170410532215262101
Binary1000110111010010111100010000101010111001011010101100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DD278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,210,120); }

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

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

 a { background-color: rgb(141,210,120); }

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

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

 span { border-color: rgb(141,210,120); }

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