#93D17F

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

Shades of Gossip #93D17F

Tints of Gossip #93D17F

Color information

#93D17F (or 0x93D17F) is unknown color: approx Gossip. HEX triplet: 93, D1 and 7F. RGB value is (147,209,127). Sum of RGB (Red+Green+Blue) = 147+209+127=483 (63% of max value = 765). Red value is 147 (57.81% from 255 or 30.43% from 483); Green value is 209 (82.03% from 255 or 43.27% from 483); Blue value is 127 (50% from 255 or 26.29% from 483); Max value from RGB is 209 - color contains mainly: green. Hex color #93D17F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93D17F is #6C2E80. Grayscale: #B5B5B5. Windows color (decimal): -7089793 or 8376723. OLE color: 8376723.

HSL color Cylindrical-coordinate representation of color #93D17F: hue angle of 105.37º degrees, saturation: 0.47, 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 #93D17F is Cyan = 0.30, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.18.

Color convert

RGB147209127-
CMYK0.3000.390.18
HSL105.37º47.13%65.88%-
HSV(B)105.37º39.23%81.96%-
XYZ38.6653.3428.34-
YUV181.1197.46103.67-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 30.43%
GREEN value IS 209 (82.03% from 255) = 43.27%
BLUE value IS 127 (50% from 255) = 26.29%
R=30.43%
G=43.27%
B=26.29%

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
Decimal1472091270.3000.390.18105.3747.1365.88
Hex93D17F1E02712692f42
Octal223321177360472215157102
Binary100100111101000111111111111001001111001011010011011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93D17F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,209,127); }

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

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

 a { background-color: rgb(147,209,127); }

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

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

 span { border-color: rgb(147,209,127); }

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