#8DD27B

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

Shades of Gossip #8DD27B

Tints of Gossip #8DD27B

Color information

#8DD27B (or 0x8DD27B) is unknown color: approx Gossip. HEX triplet: 8D, D2 and 7B. RGB value is (141,210,123). Sum of RGB (Red+Green+Blue) = 141+210+123=474 (62% of max value = 765). Red value is 141 (55.47% from 255 or 29.75% from 474); Green value is 210 (82.42% from 255 or 44.30% from 474); Blue value is 123 (48.44% from 255 or 25.95% from 474); Max value from RGB is 210 - color contains mainly: green. Hex color #8DD27B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DD27B is #722D84. Grayscale: #B3B3B3. Windows color (decimal): -7482757 or 8114829. OLE color: 8114829.

HSL color Cylindrical-coordinate representation of color #8DD27B: hue angle of 107.59º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8DD27B is Cyan = 0.33, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.18.

Color convert

RGB141210123-
CMYK0.3300.410.18
HSL107.59º49.15%65.29%-
HSV(B)107.59º41.43%82.35%-
XYZ37.6153.1927.02-
YUV179.4596.14100.57-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 29.75%
GREEN value IS 210 (82.42% from 255) = 44.30%
BLUE value IS 123 (48.44% from 255) = 25.95%
R=29.75%
G=44.30%
B=25.95%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1412101230.3300.410.18107.5949.1565.29
Hex8DD27B21029126c3141
Octal215322173410512215461101
Binary1000110111010010111101110000101010011001011011001100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DD27B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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