#8DCE75

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

Shades of Gossip #8DCE75

Tints of Gossip #8DCE75

Color information

#8DCE75 (or 0x8DCE75) is unknown color: approx Gossip. HEX triplet: 8D, CE and 75. RGB value is (141,206,117). Sum of RGB (Red+Green+Blue) = 141+206+117=464 (61% of max value = 765). Red value is 141 (55.47% from 255 or 30.39% from 464); Green value is 206 (80.86% from 255 or 44.40% from 464); Blue value is 117 (46.09% from 255 or 25.22% from 464); Max value from RGB is 206 - color contains mainly: green. Hex color #8DCE75 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DCE75 is #72318A. Grayscale: #B0B0B0. Windows color (decimal): -7483787 or 7720589. OLE color: 7720589.

HSL color Cylindrical-coordinate representation of color #8DCE75: hue angle of 103.82º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8DCE75 is Cyan = 0.32, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.19.

Color convert

RGB141206117-
CMYK0.3200.430.19
HSL103.82º47.59%63.33%-
HSV(B)103.82º43.2%80.78%-
XYZ36.2751.0924.78-
YUV176.4294.47102.74-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 30.39%
GREEN value IS 206 (80.86% from 255) = 44.40%
BLUE value IS 117 (46.09% from 255) = 25.22%
R=30.39%
G=44.40%
B=25.22%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1412061170.3200.430.19103.8247.5963.33
Hex8DCE752002B1368303f
Octal21531616540053231506077
Binary100011011100111011101011000000101011100111101000110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DCE75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,206,117); }

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

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

 a { background-color: rgb(141,206,117); }

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

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

 span { border-color: rgb(141,206,117); }

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