#93D280

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

Shades of Gossip #93D280

Tints of Gossip #93D280

Color information

#93D280 (or 0x93D280) is unknown color: approx Gossip. HEX triplet: 93, D2 and 80. RGB value is (147,210,128). Sum of RGB (Red+Green+Blue) = 147+210+128=485 (64% of max value = 765). Red value is 147 (57.81% from 255 or 30.31% from 485); Green value is 210 (82.42% from 255 or 43.30% from 485); Blue value is 128 (50.39% from 255 or 26.39% from 485); Max value from RGB is 210 - color contains mainly: green. Hex color #93D280 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93D280 is #6C2D7F. Grayscale: #B6B6B6. Windows color (decimal): -7089536 or 8442515. OLE color: 8442515.

HSL color Cylindrical-coordinate representation of color #93D280: hue angle of 106.1º degrees, saturation: 0.48, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #93D280 is Cyan = 0.30, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.18.

Color convert

RGB147210128-
CMYK0.3000.390.18
HSL106.1º47.67%66.27%-
HSV(B)106.1º39.05%82.35%-
XYZ38.9853.8528.76-
YUV181.8297.63103.17-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 30.31%
GREEN value IS 210 (82.42% from 255) = 43.30%
BLUE value IS 128 (50.39% from 255) = 26.39%
R=30.31%
G=43.30%
B=26.39%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1472101280.3000.390.18106.147.6766.27
Hex93D2801E027126a3042
Octal223322200360472215260102
Binary1001001111010010100000001111001001111001011010101100001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93D280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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