#93D375

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

Shades of Gossip #93D375

Tints of Gossip #93D375

Color information

#93D375 (or 0x93D375) is unknown color: approx Gossip. HEX triplet: 93, D3 and 75. RGB value is (147,211,117). Sum of RGB (Red+Green+Blue) = 147+211+117=475 (62% of max value = 765). Red value is 147 (57.81% from 255 or 30.95% from 475); Green value is 211 (82.81% from 255 or 44.42% from 475); Blue value is 117 (46.09% from 255 or 24.63% from 475); Max value from RGB is 211 - color contains mainly: green. Hex color #93D375 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93D375 is #6C2C8A. Grayscale: #B5B5B5. Windows color (decimal): -7089291 or 7721875. OLE color: 7721875.

HSL color Cylindrical-coordinate representation of color #93D375: hue angle of 100.85º degrees, saturation: 0.52, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #93D375 is Cyan = 0.30, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.17.

Color convert

RGB147211117-
CMYK0.3000.450.17
HSL100.85º51.65%64.31%-
HSV(B)100.85º44.55%82.75%-
XYZ38.5454.0825.24-
YUV181.1591.8103.64-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 30.95%
GREEN value IS 211 (82.81% from 255) = 44.42%
BLUE value IS 117 (46.09% from 255) = 24.63%
R=30.95%
G=44.42%
B=24.63%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1472111170.3000.450.17100.8551.6564.31
Hex93D3751E02D11653440
Octal223323165360552114564100
Binary100100111101001111101011111001011011000111001011101001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93D375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,211,117); }

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

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

 a { background-color: rgb(147,211,117); }

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

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

 span { border-color: rgb(147,211,117); }

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