#94E572

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

Shades of Gossip #94E572

Tints of Gossip #94E572

Color information

#94E572 (or 0x94E572) is unknown color: approx Gossip. HEX triplet: 94, E5 and 72. RGB value is (148,229,114). Sum of RGB (Red+Green+Blue) = 148+229+114=491 (65% of max value = 765). Red value is 148 (58.20% from 255 or 30.14% from 491); Green value is 229 (89.84% from 255 or 46.64% from 491); Blue value is 114 (44.92% from 255 or 23.22% from 491); Max value from RGB is 229 - color contains mainly: green. Hex color #94E572 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94E572 is #6B1A8D. Grayscale: #C0C0C0. Windows color (decimal): -7019150 or 7529876. OLE color: 7529876.

HSL color Cylindrical-coordinate representation of color #94E572: hue angle of 102.26º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #94E572 is Cyan = 0.35, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.10.

Color convert

RGB148229114-
CMYK0.3500.500.10
HSL102.26º68.86%67.25%-
HSV(B)102.26º50.22%89.8%-
XYZ43.2763.5525.91-
YUV191.6784.1696.85-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 30.14%
GREEN value IS 229 (89.84% from 255) = 46.64%
BLUE value IS 114 (44.92% from 255) = 23.22%
R=30.14%
G=46.64%
B=23.22%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1482291140.3500.500.10102.2668.8667.25
Hex94E57223032A664543
Octal2243451624306212146105103
Binary1001010011100101111001010001101100101010110011010001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94E572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,229,114); }

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

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

 a { background-color: rgb(148,229,114); }

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

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

 span { border-color: rgb(148,229,114); }

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