#93DD68

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

Shades of Gossip #93DD68

Tints of Gossip #93DD68

Color information

#93DD68 (or 0x93DD68) is unknown color: approx Gossip. HEX triplet: 93, DD and 68. RGB value is (147,221,104). Sum of RGB (Red+Green+Blue) = 147+221+104=472 (62% of max value = 765). Red value is 147 (57.81% from 255 or 31.14% from 472); Green value is 221 (86.72% from 255 or 46.82% from 472); Blue value is 104 (41.02% from 255 or 22.03% from 472); Max value from RGB is 221 - color contains mainly: green. Hex color #93DD68 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93DD68 is #6C2297. Grayscale: #B9B9B9. Windows color (decimal): -7086744 or 6872467. OLE color: 6872467.

HSL color Cylindrical-coordinate representation of color #93DD68: hue angle of 97.95º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #93DD68 is Cyan = 0.33, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.13.

Color convert

RGB147221104-
CMYK0.3300.530.13
HSL97.95º63.24%63.73%-
HSV(B)97.95º52.94%86.67%-
XYZ40.3958.9222.34-
YUV185.5481.98100.51-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 31.14%
GREEN value IS 221 (86.72% from 255) = 46.82%
BLUE value IS 104 (41.02% from 255) = 22.03%
R=31.14%
G=46.82%
B=22.03%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1472211040.3300.530.1397.9563.2463.73
Hex93DD6821035D623f40
Octal223335150410651514277100
Binary100100111101110111010001000010110101110111000101111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93DD68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,221,104); }

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

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

 a { background-color: rgb(147,221,104); }

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

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

 span { border-color: rgb(147,221,104); }

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