#93DA6B

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

Shades of Gossip #93DA6B

Tints of Gossip #93DA6B

Color information

#93DA6B (or 0x93DA6B) is unknown color: approx Gossip. HEX triplet: 93, DA and 6B. RGB value is (147,218,107). Sum of RGB (Red+Green+Blue) = 147+218+107=472 (62% of max value = 765). Red value is 147 (57.81% from 255 or 31.14% from 472); Green value is 218 (85.55% from 255 or 46.19% from 472); Blue value is 107 (42.19% from 255 or 22.67% from 472); Max value from RGB is 218 - color contains mainly: green. Hex color #93DA6B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93DA6B is #6C2594. Grayscale: #B8B8B8. Windows color (decimal): -7087509 or 7068307. OLE color: 7068307.

HSL color Cylindrical-coordinate representation of color #93DA6B: hue angle of 98.38º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #93DA6B is Cyan = 0.33, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.15.

Color convert

RGB147218107-
CMYK0.3300.510.15
HSL98.38º60%63.73%-
HSV(B)98.38º50.92%85.49%-
XYZ39.7657.4122.9-
YUV184.1284.48101.53-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 31.14%
GREEN value IS 218 (85.55% from 255) = 46.19%
BLUE value IS 107 (42.19% from 255) = 22.67%
R=31.14%
G=46.19%
B=22.67%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1472181070.3300.510.1598.386063.73
Hex93DA6B21033F623c40
Octal223332153410631714274100
Binary100100111101101011010111000010110011111111000101111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93DA6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,218,107); }

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

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

 a { background-color: rgb(147,218,107); }

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

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

 span { border-color: rgb(147,218,107); }

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