#8CD57A

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

Shades of Gossip #8CD57A

Tints of Gossip #8CD57A

Color information

#8CD57A (or 0x8CD57A) is unknown color: approx Gossip. HEX triplet: 8C, D5 and 7A. RGB value is (140,213,122). Sum of RGB (Red+Green+Blue) = 140+213+122=475 (62% of max value = 765). Red value is 140 (55.08% from 255 or 29.47% from 475); Green value is 213 (83.59% from 255 or 44.84% from 475); Blue value is 122 (48.05% from 255 or 25.68% from 475); Max value from RGB is 213 - color contains mainly: green. Hex color #8CD57A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CD57A is #732A85. Grayscale: #B5B5B5. Windows color (decimal): -7547526 or 8050060. OLE color: 8050060.

HSL color Cylindrical-coordinate representation of color #8CD57A: hue angle of 108.13º degrees, saturation: 0.52, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8CD57A is Cyan = 0.34, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.16.

Color convert

RGB140213122-
CMYK0.3400.430.16
HSL108.13º52%65.69%-
HSV(B)108.13º42.72%83.53%-
XYZ38.1254.5726.94-
YUV180.894.8298.9-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 29.47%
GREEN value IS 213 (83.59% from 255) = 44.84%
BLUE value IS 122 (48.05% from 255) = 25.68%
R=29.47%
G=44.84%
B=25.68%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1402131220.3400.430.16108.135265.69
Hex8CD57A2202B106c3442
Octal214325172420532015464102
Binary1000110011010101111101010001001010111000011011001101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CD57A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,213,122); }

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

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

 a { background-color: rgb(140,213,122); }

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

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

 span { border-color: rgb(140,213,122); }

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