#93ED6F

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

Shades of Gossip #93ED6F

Tints of Gossip #93ED6F

Color information

#93ED6F (or 0x93ED6F) is unknown color: approx Gossip. HEX triplet: 93, ED and 6F. RGB value is (147,237,111). Sum of RGB (Red+Green+Blue) = 147+237+111=495 (65% of max value = 765). Red value is 147 (57.81% from 255 or 29.70% from 495); Green value is 237 (92.97% from 255 or 47.88% from 495); Blue value is 111 (43.75% from 255 or 22.42% from 495); Max value from RGB is 237 - color contains mainly: green. Hex color #93ED6F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #93ED6F is #6C1290. Grayscale: #C4C4C4. Windows color (decimal): -7082641 or 7335315. OLE color: 7335315.

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

Color convert

RGB147237111-
CMYK0.3800.530.07
HSL102.86º77.78%68.24%-
HSV(B)102.86º53.16%92.94%-
XYZ45.1967.9225.77-
YUV195.7380.1893.25-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 29.70%
GREEN value IS 237 (92.97% from 255) = 47.88%
BLUE value IS 111 (43.75% from 255) = 22.42%
R=29.70%
G=47.88%
B=22.42%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1472371110.3800.530.07102.8677.7868.24
Hex93ED6F260357674e44
Octal223355157460657147116104
Binary100100111110110111011111001100110101111110011110011101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93ED6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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