#8DE173

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

Shades of Gossip #8DE173

Tints of Gossip #8DE173

Color information

#8DE173 (or 0x8DE173) is unknown color: approx Gossip. HEX triplet: 8D, E1 and 73. RGB value is (141,225,115). Sum of RGB (Red+Green+Blue) = 141+225+115=481 (63% of max value = 765). Red value is 141 (55.47% from 255 or 29.31% from 481); Green value is 225 (88.28% from 255 or 46.78% from 481); Blue value is 115 (45.31% from 255 or 23.91% from 481); Max value from RGB is 225 - color contains mainly: green. Hex color #8DE173 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DE173 is #721E8C. Grayscale: #BBBBBB. Windows color (decimal): -7478925 or 7594381. OLE color: 7594381.

HSL color Cylindrical-coordinate representation of color #8DE173: hue angle of 105.82º degrees, saturation: 0.65, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8DE173 is Cyan = 0.37, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.12.

Color convert

RGB141225115-
CMYK0.3700.490.12
HSL105.82º64.71%66.67%-
HSV(B)105.82º48.89%88.24%-
XYZ4160.7525.78-
YUV187.3487.1794.94-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 29.31%
GREEN value IS 225 (88.28% from 255) = 46.78%
BLUE value IS 115 (45.31% from 255) = 23.91%
R=29.31%
G=46.78%
B=23.91%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1412251150.3700.490.12105.8264.7166.67
Hex8DE17325031C6a4143
Octal2153411634506114152101103
Binary1000110111100001111001110010101100011100110101010000011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DE173

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,225,115); }

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

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

 a { background-color: rgb(141,225,115); }

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

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

 span { border-color: rgb(141,225,115); }

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