#93db6c

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

Shades of Gossip #93DB6C

Tints of Gossip #93DB6C

Color information

#93DB6C (or 0x93DB6C) is unknown color: approx Gossip. HEX triplet: 93, DB and 6C. RGB value is (147,219,108). Sum of RGB (Red+Green+Blue) = 147+219+108=474 (62% of max value = 765). Red value is 147 (57.81% from 255 or 31.01% from 474); Green value is 219 (85.94% from 255 or 46.20% from 474); Blue value is 108 (42.58% from 255 or 22.78% from 474); Max value from RGB is 219 - color contains mainly: green. Hex color #93DB6C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93DB6C is #6C2493. Grayscale: #B9B9B9. Windows color (decimal): -7087252 or 7134099. OLE color: 7134099.

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

Color convert

RGB147219108-
CMYK0.3300.510.14
HSL98.92º60.66%64.12%-
HSV(B)98.92º50.68%85.88%-
XYZ40.0757.9523.26-
YUV184.8284.65101.03-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 31.01%
GREEN value IS 219 (85.94% from 255) = 46.20%
BLUE value IS 108 (42.58% from 255) = 22.78%
R=31.01%
G=46.20%
B=22.78%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1472191080.3300.510.1498.9260.6664.12
Hex93DB6C21033E633d40
Octal223333154410631614375100
Binary100100111101101111011001000010110011111011000111111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93db6c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,219,108); }

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

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

 a { background-color: rgb(147,219,108); }

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

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

 span { border-color: rgb(147,219,108); }

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