#93DE80

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

Shades of Gossip #93DE80

Tints of Gossip #93DE80

Color information

#93DE80 (or 0x93DE80) is unknown color: approx Gossip. HEX triplet: 93, DE and 80. RGB value is (147,222,128). Sum of RGB (Red+Green+Blue) = 147+222+128=497 (65% of max value = 765). Red value is 147 (57.81% from 255 or 29.58% from 497); Green value is 222 (87.11% from 255 or 44.67% from 497); Blue value is 128 (50.39% from 255 or 25.75% from 497); Max value from RGB is 222 - color contains mainly: green. Hex color #93DE80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93DE80 is #6C217F. Grayscale: #BDBDBD. Windows color (decimal): -7086464 or 8445587. OLE color: 8445587.

HSL color Cylindrical-coordinate representation of color #93DE80: hue angle of 107.87º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #93DE80 is Cyan = 0.34, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.13.

Color convert

RGB147222128-
CMYK0.3400.420.13
HSL107.87º58.75%68.63%-
HSV(B)107.87º42.34%87.06%-
XYZ42.056029.79-
YUV188.8693.6598.14-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 29.58%
GREEN value IS 222 (87.11% from 255) = 44.67%
BLUE value IS 128 (50.39% from 255) = 25.75%
R=29.58%
G=44.67%
B=25.75%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1472221280.3400.420.13107.8758.7568.63
Hex93DE802202AD6c3b45
Octal223336200420521515473105
Binary1001001111011110100000001000100101010110111011001110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93DE80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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