#8cd472

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

Shades of Gossip #8CD472

Tints of Gossip #8CD472

Color information

#8CD472 (or 0x8CD472) is unknown color: approx Gossip. HEX triplet: 8C, D4 and 72. RGB value is (140,212,114). Sum of RGB (Red+Green+Blue) = 140+212+114=466 (61% of max value = 765). Red value is 140 (55.08% from 255 or 30.04% from 466); Green value is 212 (83.20% from 255 or 45.49% from 466); Blue value is 114 (44.92% from 255 or 24.46% from 466); Max value from RGB is 212 - color contains mainly: green. Hex color #8CD472 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CD472 is #732B8D. Grayscale: #B3B3B3. Windows color (decimal): -7547790 or 7525516. OLE color: 7525516.

HSL color Cylindrical-coordinate representation of color #8CD472: hue angle of 104.08º degrees, saturation: 0.53, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8CD472 is Cyan = 0.34, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.17.

Color convert

RGB140212114-
CMYK0.3400.460.17
HSL104.08º53.26%63.92%-
HSV(B)104.08º46.23%83.14%-
XYZ37.453.8824.35-
YUV179.391.1599.97-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 30.04%
GREEN value IS 212 (83.20% from 255) = 45.49%
BLUE value IS 114 (44.92% from 255) = 24.46%
R=30.04%
G=45.49%
B=24.46%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1402121140.3400.460.17104.0853.2663.92
Hex8CD4722202E11683540
Octal214324162420562115065100
Binary1000110011010100111001010001001011101000111010001101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8cd472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,212,114); }

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

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

 a { background-color: rgb(140,212,114); }

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

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

 span { border-color: rgb(140,212,114); }

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