#94D573

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

Shades of Gossip #94D573

Tints of Gossip #94D573

Color information

#94D573 (or 0x94D573) is unknown color: approx Gossip. HEX triplet: 94, D5 and 73. RGB value is (148,213,115). Sum of RGB (Red+Green+Blue) = 148+213+115=476 (63% of max value = 765). Red value is 148 (58.20% from 255 or 31.09% from 476); Green value is 213 (83.59% from 255 or 44.75% from 476); Blue value is 115 (45.31% from 255 or 24.16% from 476); Max value from RGB is 213 - color contains mainly: green. Hex color #94D573 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94D573 is #6B2A8C. Grayscale: #B6B6B6. Windows color (decimal): -7023245 or 7591316. OLE color: 7591316.

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

Color convert

RGB148213115-
CMYK0.3100.460.16
HSL99.8º53.85%64.31%-
HSV(B)99.8º46.01%83.53%-
XYZ39.155.1224.8-
YUV182.3989.97103.47-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 31.09%
GREEN value IS 213 (83.59% from 255) = 44.75%
BLUE value IS 115 (45.31% from 255) = 24.16%
R=31.09%
G=44.75%
B=24.16%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1482131150.3100.460.1699.853.8564.31
Hex94D5731F02E10643640
Octal224325163370562014466100
Binary100101001101010111100111111101011101000011001001101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94D573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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