#94D477

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

Shades of Gossip #94D477

Tints of Gossip #94D477

Color information

#94D477 (or 0x94D477) is unknown color: approx Gossip. HEX triplet: 94, D4 and 77. RGB value is (148,212,119). Sum of RGB (Red+Green+Blue) = 148+212+119=479 (63% of max value = 765). Red value is 148 (58.20% from 255 or 30.90% from 479); Green value is 212 (83.20% from 255 or 44.26% from 479); Blue value is 119 (46.88% from 255 or 24.84% from 479); Max value from RGB is 212 - color contains mainly: green. Hex color #94D477 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94D477 is #6B2B88. Grayscale: #B6B6B6. Windows color (decimal): -7023497 or 7853204. OLE color: 7853204.

HSL color Cylindrical-coordinate representation of color #94D477: hue angle of 101.29º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #94D477 is Cyan = 0.30, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.17.

Color convert

RGB148212119-
CMYK0.3000.440.17
HSL101.29º51.96%64.9%-
HSV(B)101.29º43.87%83.14%-
XYZ39.0954.7125.95-
YUV182.2692.3103.56-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 30.90%
GREEN value IS 212 (83.20% from 255) = 44.26%
BLUE value IS 119 (46.88% from 255) = 24.84%
R=30.90%
G=44.26%
B=24.84%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1482121190.3000.440.17101.2951.9664.9
Hex94D4771E02C11653441
Octal224324167360542114564101
Binary100101001101010011101111111001011001000111001011101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94D477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,212,119); }

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

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

 a { background-color: rgb(148,212,119); }

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

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

 span { border-color: rgb(148,212,119); }

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