#8DCE7B

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

Shades of Gossip #8DCE7B

Tints of Gossip #8DCE7B

Color information

#8DCE7B (or 0x8DCE7B) is unknown color: approx Gossip. HEX triplet: 8D, CE and 7B. RGB value is (141,206,123). Sum of RGB (Red+Green+Blue) = 141+206+123=470 (62% of max value = 765). Red value is 141 (55.47% from 255 or 30% from 470); Green value is 206 (80.86% from 255 or 43.83% from 470); Blue value is 123 (48.44% from 255 or 26.17% from 470); Max value from RGB is 206 - color contains mainly: green. Hex color #8DCE7B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DCE7B is #723184. Grayscale: #B1B1B1. Windows color (decimal): -7483781 or 8113805. OLE color: 8113805.

HSL color Cylindrical-coordinate representation of color #8DCE7B: hue angle of 106.99º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8DCE7B is Cyan = 0.32, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.19.

Color convert

RGB141206123-
CMYK0.3200.400.19
HSL106.99º45.86%64.51%-
HSV(B)106.99º40.29%80.78%-
XYZ36.6351.2426.7-
YUV177.197.47102.25-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 30%
GREEN value IS 206 (80.86% from 255) = 43.83%
BLUE value IS 123 (48.44% from 255) = 26.17%
R=30%
G=43.83%
B=26.17%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1412061230.3200.400.19106.9945.8664.51
Hex8DCE7B20028136b2e41
Octal215316173400502315356101
Binary1000110111001110111101110000001010001001111010111011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DCE7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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