#93ED6D

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

Shades of Gossip #93ED6D

Tints of Gossip #93ED6D

Color information

#93ED6D (or 0x93ED6D) is unknown color: approx Gossip. HEX triplet: 93, ED and 6D. RGB value is (147,237,109). Sum of RGB (Red+Green+Blue) = 147+237+109=493 (65% of max value = 765). Red value is 147 (57.81% from 255 or 29.82% from 493); Green value is 237 (92.97% from 255 or 48.07% from 493); Blue value is 109 (42.97% from 255 or 22.11% from 493); Max value from RGB is 237 - color contains mainly: green. Hex color #93ED6D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #93ED6D is #6C1292. Grayscale: #C3C3C3. Windows color (decimal): -7082643 or 7204243. OLE color: 7204243.

HSL color Cylindrical-coordinate representation of color #93ED6D: hue angle of 102.19º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #93ED6D is Cyan = 0.38, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.07.

Color convert

RGB147237109-
CMYK0.3800.540.07
HSL102.19º78.05%67.84%-
HSV(B)102.19º54.01%92.94%-
XYZ45.0867.8825.19-
YUV195.579.1893.41-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 29.82%
GREEN value IS 237 (92.97% from 255) = 48.07%
BLUE value IS 109 (42.97% from 255) = 22.11%
R=29.82%
G=48.07%
B=22.11%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1472371090.3800.540.07102.1978.0567.84
Hex93ED6D260367664e44
Octal223355155460667146116104
Binary100100111110110111011011001100110110111110011010011101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93ED6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,237,109); }

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

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

 a { background-color: rgb(147,237,109); }

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

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

 span { border-color: rgb(147,237,109); }

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