#93D18F

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

Shades of De York #93D18F

Tints of De York #93D18F

Color information

#93D18F (or 0x93D18F) is unknown color: approx De York. HEX triplet: 93, D1 and 8F. RGB value is (147,209,143). Sum of RGB (Red+Green+Blue) = 147+209+143=499 (66% of max value = 765). Red value is 147 (57.81% from 255 or 29.46% from 499); Green value is 209 (82.03% from 255 or 41.88% from 499); Blue value is 143 (56.25% from 255 or 28.66% from 499); Max value from RGB is 209 - color contains mainly: green. Hex color #93D18F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93D18F is #6C2E70. Grayscale: #B7B7B7. Windows color (decimal): -7089777 or 9425299. OLE color: 9425299.

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

Color convert

RGB147209143-
CMYK0.3000.320.18
HSL116.36º41.77%69.02%-
HSV(B)116.36º31.58%81.96%-
XYZ39.7953.7934.27-
YUV182.94105.46102.37-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 29.46%
GREEN value IS 209 (82.03% from 255) = 41.88%
BLUE value IS 143 (56.25% from 255) = 28.66%
R=29.46%
G=41.88%
B=28.66%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1472091430.3000.320.18116.3641.7769.02
Hex93D18F1E02012742a45
Octal223321217360402216452105
Binary1001001111010001100011111111001000001001011101001010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93D18F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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