#8CD479

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

Shades of Gossip #8CD479

Tints of Gossip #8CD479

Color information

#8CD479 (or 0x8CD479) is unknown color: approx Gossip. HEX triplet: 8C, D4 and 79. RGB value is (140,212,121). Sum of RGB (Red+Green+Blue) = 140+212+121=473 (62% of max value = 765). Red value is 140 (55.08% from 255 or 29.60% from 473); Green value is 212 (83.20% from 255 or 44.82% from 473); Blue value is 121 (47.66% from 255 or 25.58% from 473); Max value from RGB is 212 - color contains mainly: green. Hex color #8CD479 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CD479 is #732B86. Grayscale: #B4B4B4. Windows color (decimal): -7547783 or 7984268. OLE color: 7984268.

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

Color convert

RGB140212121-
CMYK0.3400.430.17
HSL107.47º51.41%65.29%-
HSV(B)107.47º42.92%83.14%-
XYZ37.8154.0426.53-
YUV180.194.6599.4-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 29.60%
GREEN value IS 212 (83.20% from 255) = 44.82%
BLUE value IS 121 (47.66% from 255) = 25.58%
R=29.60%
G=44.82%
B=25.58%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1402121210.3400.430.17107.4751.4165.29
Hex8CD4792202B116b3341
Octal214324171420532115363101
Binary1000110011010100111100110001001010111000111010111100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CD479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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