#8DDF6C

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

Shades of Gossip #8DDF6C

Tints of Gossip #8DDF6C

Color information

#8DDF6C (or 0x8DDF6C) is unknown color: approx Gossip. HEX triplet: 8D, DF and 6C. RGB value is (141,223,108). Sum of RGB (Red+Green+Blue) = 141+223+108=472 (62% of max value = 765). Red value is 141 (55.47% from 255 or 29.87% from 472); Green value is 223 (87.5% from 255 or 47.25% from 472); Blue value is 108 (42.58% from 255 or 22.88% from 472); Max value from RGB is 223 - color contains mainly: green. Hex color #8DDF6C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DDF6C is #722093. Grayscale: #B9B9B9. Windows color (decimal): -7479444 or 7135117. OLE color: 7135117.

HSL color Cylindrical-coordinate representation of color #8DDF6C: hue angle of 102.78º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8DDF6C is Cyan = 0.37, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.13.

Color convert

RGB141223108-
CMYK0.3700.520.13
HSL102.78º64.25%64.9%-
HSV(B)102.78º51.57%87.45%-
XYZ40.0859.5223.56-
YUV185.3784.3396.35-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 29.87%
GREEN value IS 223 (87.5% from 255) = 47.25%
BLUE value IS 108 (42.58% from 255) = 22.88%
R=29.87%
G=47.25%
B=22.88%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1412231080.3700.520.13102.7864.2564.9
Hex8DDF6C25034D674041
Octal2153371544506415147100101
Binary1000110111011111110110010010101101001101110011110000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DDF6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,223,108); }

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

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

 a { background-color: rgb(141,223,108); }

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

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

 span { border-color: rgb(141,223,108); }

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