#8DD27D

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

Shades of Gossip #8DD27D

Tints of Gossip #8DD27D

Color information

#8DD27D (or 0x8DD27D) is unknown color: approx Gossip. HEX triplet: 8D, D2 and 7D. RGB value is (141,210,125). Sum of RGB (Red+Green+Blue) = 141+210+125=476 (63% of max value = 765). Red value is 141 (55.47% from 255 or 29.62% from 476); Green value is 210 (82.42% from 255 or 44.12% from 476); Blue value is 125 (49.22% from 255 or 26.26% from 476); Max value from RGB is 210 - color contains mainly: green. Hex color #8DD27D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DD27D is #722D82. Grayscale: #B3B3B3. Windows color (decimal): -7482755 or 8245901. OLE color: 8245901.

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

Color convert

RGB141210125-
CMYK0.3300.400.18
HSL108.71º48.57%65.69%-
HSV(B)108.71º40.48%82.35%-
XYZ37.7353.2427.69-
YUV179.6897.14100.41-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 29.62%
GREEN value IS 210 (82.42% from 255) = 44.12%
BLUE value IS 125 (49.22% from 255) = 26.26%
R=29.62%
G=44.12%
B=26.26%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1412101250.3300.400.18108.7148.5765.69
Hex8DD27D21028126d3142
Octal215322175410502215561102
Binary1000110111010010111110110000101010001001011011011100011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DD27D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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