#93D094

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

Shades of De York #93D094

Tints of De York #93D094

Color information

#93D094 (or 0x93D094) is unknown color: approx De York. HEX triplet: 93, D0 and 94. RGB value is (147,208,148). Sum of RGB (Red+Green+Blue) = 147+208+148=503 (66% of max value = 765). Red value is 147 (57.81% from 255 or 29.22% from 503); Green value is 208 (81.64% from 255 or 41.35% from 503); Blue value is 148 (58.20% from 255 or 29.42% from 503); Max value from RGB is 208 - color contains mainly: green. Hex color #93D094 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93D094 is #6C2F6B. Grayscale: #B7B7B7. Windows color (decimal): -7090028 or 9752723. OLE color: 9752723.

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

Color convert

RGB147208148-
CMYK0.2900.290.18
HSL120.98º39.35%69.61%-
HSV(B)120.98º29.33%81.57%-
XYZ39.9353.4536.23-
YUV182.92108.29102.38-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 29.22%
GREEN value IS 208 (81.64% from 255) = 41.35%
BLUE value IS 148 (58.20% from 255) = 29.42%
R=29.22%
G=41.35%
B=29.42%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1472081480.2900.290.18120.9839.3569.61
Hex93D0941D01D12792746
Octal223320224350352217147106
Binary100100111101000010010100111010111011001011110011001111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93D094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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