#93DB70

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

Shades of Gossip #93DB70

Tints of Gossip #93DB70

Color information

#93DB70 (or 0x93DB70) is unknown color: approx Gossip. HEX triplet: 93, DB and 70. RGB value is (147,219,112). Sum of RGB (Red+Green+Blue) = 147+219+112=478 (63% of max value = 765). Red value is 147 (57.81% from 255 or 30.75% from 478); Green value is 219 (85.94% from 255 or 45.82% from 478); Blue value is 112 (44.14% from 255 or 23.43% from 478); Max value from RGB is 219 - color contains mainly: green. Hex color #93DB70 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93DB70 is #6C248F. Grayscale: #B9B9B9. Windows color (decimal): -7087248 or 7396243. OLE color: 7396243.

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

Color convert

RGB147219112-
CMYK0.3300.490.14
HSL100.37º59.78%64.9%-
HSV(B)100.37º48.86%85.88%-
XYZ40.2958.0424.41-
YUV185.2786.65100.7-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 30.75%
GREEN value IS 219 (85.94% from 255) = 45.82%
BLUE value IS 112 (44.14% from 255) = 23.43%
R=30.75%
G=45.82%
B=23.43%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1472191120.3300.490.14100.3759.7864.9
Hex93DB7021031E643c41
Octal223333160410611614474101
Binary100100111101101111100001000010110001111011001001111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93DB70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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