#94D571

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

Shades of Gossip #94D571

Tints of Gossip #94D571

Color information

#94D571 (or 0x94D571) is unknown color: approx Gossip. HEX triplet: 94, D5 and 71. RGB value is (148,213,113). Sum of RGB (Red+Green+Blue) = 148+213+113=474 (62% of max value = 765). Red value is 148 (58.20% from 255 or 31.22% from 474); Green value is 213 (83.59% from 255 or 44.94% from 474); Blue value is 113 (44.53% from 255 or 23.84% from 474); Max value from RGB is 213 - color contains mainly: green. Hex color #94D571 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94D571 is #6B2A8E. Grayscale: #B6B6B6. Windows color (decimal): -7023247 or 7460244. OLE color: 7460244.

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

Color convert

RGB148213113-
CMYK0.3100.470.16
HSL99º54.35%63.92%-
HSV(B)99º46.95%83.53%-
XYZ38.9955.0824.2-
YUV182.1688.97103.63-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 31.22%
GREEN value IS 213 (83.59% from 255) = 44.94%
BLUE value IS 113 (44.53% from 255) = 23.84%
R=31.22%
G=44.94%
B=23.84%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1482131130.3100.470.169954.3563.92
Hex94D5711F02F10633640
Octal224325161370572014366100
Binary100101001101010111100011111101011111000011000111101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94D571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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