#94D577

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

Shades of Gossip #94D577

Tints of Gossip #94D577

Color information

#94D577 (or 0x94D577) is unknown color: approx Gossip. HEX triplet: 94, D5 and 77. RGB value is (148,213,119). Sum of RGB (Red+Green+Blue) = 148+213+119=480 (63% of max value = 765). Red value is 148 (58.20% from 255 or 30.83% from 480); Green value is 213 (83.59% from 255 or 44.38% from 480); Blue value is 119 (46.88% from 255 or 24.79% from 480); Max value from RGB is 213 - color contains mainly: green. Hex color #94D577 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94D577 is #6B2A88. Grayscale: #B7B7B7. Windows color (decimal): -7023241 or 7853460. OLE color: 7853460.

HSL color Cylindrical-coordinate representation of color #94D577: hue angle of 101.49º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #94D577 is Cyan = 0.31, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.16.

Color convert

RGB148213119-
CMYK0.3100.440.16
HSL101.49º52.81%65.1%-
HSV(B)101.49º44.13%83.53%-
XYZ39.3455.2226.04-
YUV182.8591.97103.14-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 30.83%
GREEN value IS 213 (83.59% from 255) = 44.38%
BLUE value IS 119 (46.88% from 255) = 24.79%
R=30.83%
G=44.38%
B=24.79%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1482131190.3100.440.16101.4952.8165.1
Hex94D5771F02C10653541
Octal224325167370542014565101
Binary100101001101010111101111111101011001000011001011101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94D577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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