#94D07D

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

Shades of Gossip #94D07D

Tints of Gossip #94D07D

Color information

#94D07D (or 0x94D07D) is unknown color: approx Gossip. HEX triplet: 94, D0 and 7D. RGB value is (148,208,125). Sum of RGB (Red+Green+Blue) = 148+208+125=481 (63% of max value = 765). Red value is 148 (58.20% from 255 or 30.77% from 481); Green value is 208 (81.64% from 255 or 43.24% from 481); Blue value is 125 (49.22% from 255 or 25.99% from 481); Max value from RGB is 208 - color contains mainly: green. Hex color #94D07D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94D07D is #6B2F82. Grayscale: #B4B4B4. Windows color (decimal): -7024515 or 8245396. OLE color: 8245396.

HSL color Cylindrical-coordinate representation of color #94D07D: hue angle of 103.37º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #94D07D is Cyan = 0.29, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.18.

Color convert

RGB148208125-
CMYK0.2900.400.18
HSL103.37º46.89%65.29%-
HSV(B)103.37º39.9%81.57%-
XYZ38.4752.8927.58-
YUV180.696.62104.75-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 30.77%
GREEN value IS 208 (81.64% from 255) = 43.24%
BLUE value IS 125 (49.22% from 255) = 25.99%
R=30.77%
G=43.24%
B=25.99%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1482081250.2900.400.18103.3746.8965.29
Hex94D07D1D02812672f41
Octal224320175350502214757101
Binary100101001101000011111011110101010001001011001111011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94D07D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,208,125); }

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

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

 a { background-color: rgb(148,208,125); }

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

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

 span { border-color: rgb(148,208,125); }

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