#8DC37B

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

Shades of Gossip #8DC37B

Tints of Gossip #8DC37B

Color information

#8DC37B (or 0x8DC37B) is unknown color: approx Gossip. HEX triplet: 8D, C3 and 7B. RGB value is (141,195,123). Sum of RGB (Red+Green+Blue) = 141+195+123=459 (60% of max value = 765). Red value is 141 (55.47% from 255 or 30.72% from 459); Green value is 195 (76.56% from 255 or 42.48% from 459); Blue value is 123 (48.44% from 255 or 26.80% from 459); Max value from RGB is 195 - color contains mainly: green. Hex color #8DC37B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DC37B is #723C84. Grayscale: #AAAAAA. Windows color (decimal): -7486597 or 8110989. OLE color: 8110989.

HSL color Cylindrical-coordinate representation of color #8DC37B: hue angle of 105º degrees, saturation: 0.38, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8DC37B is Cyan = 0.28, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.24.

Color convert

RGB141195123-
CMYK0.2800.370.24
HSL105º37.5%62.35%-
HSV(B)105º36.92%76.47%-
XYZ34.0746.1225.85-
YUV170.65101.11106.85-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 30.72%
GREEN value IS 195 (76.56% from 255) = 42.48%
BLUE value IS 123 (48.44% from 255) = 26.80%
R=30.72%
G=42.48%
B=26.80%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1411951230.2800.370.2410537.562.35
Hex8DC37B1C0251869263e
Octal21530317334045301514676
Binary10001101110000111111011111000100101110001101001100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DC37B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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