#93DE6C

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

Shades of Gossip #93DE6C

Tints of Gossip #93DE6C

Color information

#93DE6C (or 0x93DE6C) is unknown color: approx Gossip. HEX triplet: 93, DE and 6C. RGB value is (147,222,108). Sum of RGB (Red+Green+Blue) = 147+222+108=477 (63% of max value = 765). Red value is 147 (57.81% from 255 or 30.82% from 477); Green value is 222 (87.11% from 255 or 46.54% from 477); Blue value is 108 (42.58% from 255 or 22.64% from 477); Max value from RGB is 222 - color contains mainly: green. Hex color #93DE6C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93DE6C is #6C2193. Grayscale: #BABABA. Windows color (decimal): -7086484 or 7134867. OLE color: 7134867.

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

Color convert

RGB147222108-
CMYK0.3400.510.13
HSL99.47º63.33%64.71%-
HSV(B)99.47º51.35%87.06%-
XYZ40.8659.5323.52-
YUV186.5883.6599.77-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 30.82%
GREEN value IS 222 (87.11% from 255) = 46.54%
BLUE value IS 108 (42.58% from 255) = 22.64%
R=30.82%
G=46.54%
B=22.64%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1472221080.3400.510.1399.4763.3364.71
Hex93DE6C22033D633f41
Octal223336154420631514377101
Binary100100111101111011011001000100110011110111000111111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93DE6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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