#8CD56E

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

Shades of Gossip #8CD56E

Tints of Gossip #8CD56E

Color information

#8CD56E (or 0x8CD56E) is unknown color: approx Gossip. HEX triplet: 8C, D5 and 6E. RGB value is (140,213,110). Sum of RGB (Red+Green+Blue) = 140+213+110=463 (61% of max value = 765). Red value is 140 (55.08% from 255 or 30.24% from 463); Green value is 213 (83.59% from 255 or 46.00% from 463); Blue value is 110 (43.36% from 255 or 23.76% from 463); Max value from RGB is 213 - color contains mainly: green. Hex color #8CD56E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CD56E is #732A91. Grayscale: #B3B3B3. Windows color (decimal): -7547538 or 7263628. OLE color: 7263628.

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

Color convert

RGB140213110-
CMYK0.3400.480.16
HSL102.52º55.08%63.33%-
HSV(B)102.52º48.36%83.53%-
XYZ37.4254.2923.26-
YUV179.4388.8299.88-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 30.24%
GREEN value IS 213 (83.59% from 255) = 46.00%
BLUE value IS 110 (43.36% from 255) = 23.76%
R=30.24%
G=46.00%
B=23.76%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1402131100.3400.480.16102.5255.0863.33
Hex8CD56E220301067373f
Octal21432515642060201476777
Binary100011001101010111011101000100110000100001100111110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CD56E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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