#8DD577

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

Shades of Gossip #8DD577

Tints of Gossip #8DD577

Color information

#8DD577 (or 0x8DD577) is unknown color: approx Gossip. HEX triplet: 8D, D5 and 77. RGB value is (141,213,119). Sum of RGB (Red+Green+Blue) = 141+213+119=473 (62% of max value = 765). Red value is 141 (55.47% from 255 or 29.81% from 473); Green value is 213 (83.59% from 255 or 45.03% from 473); Blue value is 119 (46.88% from 255 or 25.16% from 473); Max value from RGB is 213 - color contains mainly: green. Hex color #8DD577 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DD577 is #722A88. Grayscale: #B5B5B5. Windows color (decimal): -7481993 or 7853453. OLE color: 7853453.

HSL color Cylindrical-coordinate representation of color #8DD577: hue angle of 105.96º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8DD577 is Cyan = 0.34, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.16.

Color convert

RGB141213119-
CMYK0.3400.440.16
HSL105.96º52.81%65.1%-
HSV(B)105.96º44.13%83.53%-
XYZ38.1154.5825.98-
YUV180.7693.1599.64-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 29.81%
GREEN value IS 213 (83.59% from 255) = 45.03%
BLUE value IS 119 (46.88% from 255) = 25.16%
R=29.81%
G=45.03%
B=25.16%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1412131190.3400.440.16105.9652.8165.1
Hex8DD5772202C106a3541
Octal215325167420542015265101
Binary1000110111010101111011110001001011001000011010101101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DD577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,213,119); }

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

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

 a { background-color: rgb(141,213,119); }

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

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

 span { border-color: rgb(141,213,119); }

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