#94D87C

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

Shades of Gossip #94D87C

Tints of Gossip #94D87C

Color information

#94D87C (or 0x94D87C) is unknown color: approx Gossip. HEX triplet: 94, D8 and 7C. RGB value is (148,216,124). Sum of RGB (Red+Green+Blue) = 148+216+124=488 (64% of max value = 765). Red value is 148 (58.20% from 255 or 30.33% from 488); Green value is 216 (84.77% from 255 or 44.26% from 488); Blue value is 124 (48.83% from 255 or 25.41% from 488); Max value from RGB is 216 - color contains mainly: green. Hex color #94D87C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94D87C is #6B2783. Grayscale: #B9B9B9. Windows color (decimal): -7022468 or 8181908. OLE color: 8181908.

HSL color Cylindrical-coordinate representation of color #94D87C: hue angle of 104.35º degrees, saturation: 0.54, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #94D87C is Cyan = 0.31, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.15.

Color convert

RGB148216124-
CMYK0.3100.430.15
HSL104.35º54.12%66.67%-
HSV(B)104.35º42.59%84.71%-
XYZ40.4156.8627.91-
YUV185.1893.47101.48-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 30.33%
GREEN value IS 216 (84.77% from 255) = 44.26%
BLUE value IS 124 (48.83% from 255) = 25.41%
R=30.33%
G=44.26%
B=25.41%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1482161240.3100.430.15104.3554.1266.67
Hex94D87C1F02BF683643
Octal224330174370531715066103
Binary10010100110110001111100111110101011111111010001101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94D87C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94D87C; }

 p { color: rgb(148,216,124); }

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

<style>
 a { background-color: #94D87C; }

 a { background-color: rgb(148,216,124); }

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

<style>
 span { border-color: #94D87C; }

 span { border-color: rgb(148,216,124); }

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