#8DD56E

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

Shades of Gossip #8DD56E

Tints of Gossip #8DD56E

Color information

#8DD56E (or 0x8DD56E) is unknown color: approx Gossip. HEX triplet: 8D, D5 and 6E. RGB value is (141,213,110). Sum of RGB (Red+Green+Blue) = 141+213+110=464 (61% of max value = 765). Red value is 141 (55.47% from 255 or 30.39% from 464); Green value is 213 (83.59% from 255 or 45.91% from 464); Blue value is 110 (43.36% from 255 or 23.71% from 464); Max value from RGB is 213 - color contains mainly: green. Hex color #8DD56E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DD56E is #722A91. Grayscale: #B4B4B4. Windows color (decimal): -7482002 or 7263629. OLE color: 7263629.

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

Color convert

RGB141213110-
CMYK0.3400.480.16
HSL101.94º55.08%63.33%-
HSV(B)101.94º48.36%83.53%-
XYZ37.5954.3823.27-
YUV179.7388.65100.38-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 30.39%
GREEN value IS 213 (83.59% from 255) = 45.91%
BLUE value IS 110 (43.36% from 255) = 23.71%
R=30.39%
G=45.91%
B=23.71%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1412131100.3400.480.16101.9455.0863.33
Hex8DD56E220301066373f
Octal21532515642060201466777
Binary100011011101010111011101000100110000100001100110110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DD56E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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