#93D874

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

Shades of Gossip #93D874

Tints of Gossip #93D874

Color information

#93D874 (or 0x93D874) is unknown color: approx Gossip. HEX triplet: 93, D8 and 74. RGB value is (147,216,116). Sum of RGB (Red+Green+Blue) = 147+216+116=479 (63% of max value = 765). Red value is 147 (57.81% from 255 or 30.69% from 479); Green value is 216 (84.77% from 255 or 45.09% from 479); Blue value is 116 (45.70% from 255 or 24.22% from 479); Max value from RGB is 216 - color contains mainly: green. Hex color #93D874 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93D874 is #6C278B. Grayscale: #B8B8B8. Windows color (decimal): -7088012 or 7657619. OLE color: 7657619.

HSL color Cylindrical-coordinate representation of color #93D874: hue angle of 101.4º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #93D874 is Cyan = 0.32, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.15.

Color convert

RGB147216116-
CMYK0.3200.460.15
HSL101.4º56.18%65.1%-
HSV(B)101.4º46.3%84.71%-
XYZ39.7456.5825.35-
YUV183.9789.64101.63-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 30.69%
GREEN value IS 216 (84.77% from 255) = 45.09%
BLUE value IS 116 (45.70% from 255) = 24.22%
R=30.69%
G=45.09%
B=24.22%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1472161160.3200.460.15101.456.1865.1
Hex93D8742002EF653841
Octal223330164400561714570101
Binary100100111101100011101001000000101110111111001011110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93D874

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93D874; }

 p { color: rgb(147,216,116); }

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

<style>
 a { background-color: #93D874; }

 a { background-color: rgb(147,216,116); }

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

<style>
 span { border-color: #93D874; }

 span { border-color: rgb(147,216,116); }

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