#93DE6E

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

Shades of Gossip #93DE6E

Tints of Gossip #93DE6E

Color information

#93DE6E (or 0x93DE6E) is unknown color: approx Gossip. HEX triplet: 93, DE and 6E. RGB value is (147,222,110). Sum of RGB (Red+Green+Blue) = 147+222+110=479 (63% of max value = 765). Red value is 147 (57.81% from 255 or 30.69% from 479); Green value is 222 (87.11% from 255 or 46.35% from 479); Blue value is 110 (43.36% from 255 or 22.96% from 479); Max value from RGB is 222 - color contains mainly: green. Hex color #93DE6E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93DE6E is #6C2191. Grayscale: #BBBBBB. Windows color (decimal): -7086482 or 7265939. OLE color: 7265939.

HSL color Cylindrical-coordinate representation of color #93DE6E: hue angle of 100.18º degrees, saturation: 0.63, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #93DE6E is Cyan = 0.34, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.13.

Color convert

RGB147222110-
CMYK0.3400.500.13
HSL100.18º62.92%65.1%-
HSV(B)100.18º50.45%87.06%-
XYZ40.9759.5724.09-
YUV186.8184.6599.61-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 30.69%
GREEN value IS 222 (87.11% from 255) = 46.35%
BLUE value IS 110 (43.36% from 255) = 22.96%
R=30.69%
G=46.35%
B=22.96%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1472221100.3400.500.13100.1862.9265.1
Hex93DE6E22032D643f41
Octal223336156420621514477101
Binary100100111101111011011101000100110010110111001001111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93DE6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,222,110); }

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

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

 a { background-color: rgb(147,222,110); }

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

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

 span { border-color: rgb(147,222,110); }

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