#94DC80

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

Shades of Gossip #94DC80

Tints of Gossip #94DC80

Color information

#94DC80 (or 0x94DC80) is unknown color: approx Gossip. HEX triplet: 94, DC and 80. RGB value is (148,220,128). Sum of RGB (Red+Green+Blue) = 148+220+128=496 (65% of max value = 765). Red value is 148 (58.20% from 255 or 29.84% from 496); Green value is 220 (86.33% from 255 or 44.35% from 496); Blue value is 128 (50.39% from 255 or 25.81% from 496); Max value from RGB is 220 - color contains mainly: green. Hex color #94DC80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94DC80 is #6B237F. Grayscale: #BCBCBC. Windows color (decimal): -7021440 or 8445076. OLE color: 8445076.

HSL color Cylindrical-coordinate representation of color #94DC80: hue angle of 106.96º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #94DC80 is Cyan = 0.33, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.14.

Color convert

RGB148220128-
CMYK0.3300.420.14
HSL106.96º56.79%68.24%-
HSV(B)106.96º41.82%86.27%-
XYZ41.759.0429.62-
YUV187.9894.1599.48-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 29.84%
GREEN value IS 220 (86.33% from 255) = 44.35%
BLUE value IS 128 (50.39% from 255) = 25.81%
R=29.84%
G=44.35%
B=25.81%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1482201280.3300.420.14106.9656.7968.24
Hex94DC802102AE6b3944
Octal224334200410521615371104
Binary1001010011011100100000001000010101010111011010111110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94DC80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,220,128); }

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

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

 a { background-color: rgb(148,220,128); }

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

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

 span { border-color: rgb(148,220,128); }

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