#93D194

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

Shades of De York #93D194

Tints of De York #93D194

Color information

#93D194 (or 0x93D194) is unknown color: approx De York. HEX triplet: 93, D1 and 94. RGB value is (147,209,148). Sum of RGB (Red+Green+Blue) = 147+209+148=504 (66% of max value = 765). Red value is 147 (57.81% from 255 or 29.17% from 504); Green value is 209 (82.03% from 255 or 41.47% from 504); Blue value is 148 (58.20% from 255 or 29.37% from 504); Max value from RGB is 209 - color contains mainly: green. Hex color #93D194 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93D194 is #6C2E6B. Grayscale: #B7B7B7. Windows color (decimal): -7089772 or 9752979. OLE color: 9752979.

HSL color Cylindrical-coordinate representation of color #93D194: hue angle of 120.97º degrees, saturation: 0.4, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #93D194 is Cyan = 0.30, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.18.

Color convert

RGB147209148-
CMYK0.3000.290.18
HSL120.97º40.26%69.8%-
HSV(B)120.97º29.67%81.96%-
XYZ40.1853.9436.31-
YUV183.51107.96101.96-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 29.17%
GREEN value IS 209 (82.03% from 255) = 41.47%
BLUE value IS 148 (58.20% from 255) = 29.37%
R=29.17%
G=41.47%
B=29.37%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1472091480.3000.290.18120.9740.2669.8
Hex93D1941E01D12792846
Octal223321224360352217150106
Binary100100111101000110010100111100111011001011110011010001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93D194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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