#94E873

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

Shades of Gossip #94E873

Tints of Gossip #94E873

Color information

#94E873 (or 0x94E873) is unknown color: approx Gossip. HEX triplet: 94, E8 and 73. RGB value is (148,232,115). Sum of RGB (Red+Green+Blue) = 148+232+115=495 (65% of max value = 765). Red value is 148 (58.20% from 255 or 29.90% from 495); Green value is 232 (91.02% from 255 or 46.87% from 495); Blue value is 115 (45.31% from 255 or 23.23% from 495); Max value from RGB is 232 - color contains mainly: green. Hex color #94E873 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #94E873 is #6B178C. Grayscale: #C1C1C1. Windows color (decimal): -7018381 or 7596180. OLE color: 7596180.

HSL color Cylindrical-coordinate representation of color #94E873: hue angle of 103.08º degrees, saturation: 0.72, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #94E873 is Cyan = 0.36, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.09.

Color convert

RGB148232115-
CMYK0.3600.500.09
HSL103.08º71.78%68.04%-
HSV(B)103.08º50.43%90.98%-
XYZ44.1665.2526.49-
YUV193.5583.6795.51-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 29.90%
GREEN value IS 232 (91.02% from 255) = 46.87%
BLUE value IS 115 (45.31% from 255) = 23.23%
R=29.90%
G=46.87%
B=23.23%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1482321150.3600.500.09103.0871.7868.04
Hex94E873240329674844
Octal2243501634406211147110104
Binary1001010011101000111001110010001100101001110011110010001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94E873

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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