#93D868

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

Shades of Gossip #93D868

Tints of Gossip #93D868

Color information

#93D868 (or 0x93D868) is unknown color: approx Gossip. HEX triplet: 93, D8 and 68. RGB value is (147,216,104). Sum of RGB (Red+Green+Blue) = 147+216+104=467 (61% of max value = 765). Red value is 147 (57.81% from 255 or 31.48% from 467); Green value is 216 (84.77% from 255 or 46.25% from 467); Blue value is 104 (41.02% from 255 or 22.27% from 467); Max value from RGB is 216 - color contains mainly: green. Hex color #93D868 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93D868 is #6C2797. Grayscale: #B6B6B6. Windows color (decimal): -7088024 or 6871187. OLE color: 6871187.

HSL color Cylindrical-coordinate representation of color #93D868: hue angle of 96.96º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #93D868 is Cyan = 0.32, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.15.

Color convert

RGB147216104-
CMYK0.3200.520.15
HSL96.96º58.95%62.75%-
HSV(B)96.96º51.85%84.71%-
XYZ39.0956.3121.91-
YUV182.683.64102.61-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 31.48%
GREEN value IS 216 (84.77% from 255) = 46.25%
BLUE value IS 104 (41.02% from 255) = 22.27%
R=31.48%
G=46.25%
B=22.27%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1472161040.3200.520.1596.9658.9562.75
Hex93D86820034F613b3f
Octal22333015040064171417377
Binary10010011110110001101000100000011010011111100001111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93D868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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