#93CD8D

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

Shades of De York #93CD8D

Tints of De York #93CD8D

Color information

#93CD8D (or 0x93CD8D) is unknown color: approx De York. HEX triplet: 93, CD and 8D. RGB value is (147,205,141). Sum of RGB (Red+Green+Blue) = 147+205+141=493 (65% of max value = 765). Red value is 147 (57.81% from 255 or 29.82% from 493); Green value is 205 (80.47% from 255 or 41.58% from 493); Blue value is 141 (55.47% from 255 or 28.60% from 493); Max value from RGB is 205 - color contains mainly: green. Hex color #93CD8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93CD8D is #6C3272. Grayscale: #B4B4B4. Windows color (decimal): -7090803 or 9293203. OLE color: 9293203.

HSL color Cylindrical-coordinate representation of color #93CD8D: hue angle of 114.37º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #93CD8D is Cyan = 0.28, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.20.

Color convert

RGB147205141-
CMYK0.2800.310.20
HSL114.37º39.02%67.84%-
HSV(B)114.37º31.22%80.39%-
XYZ38.6751.7933.16-
YUV180.36105.78104.2-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 29.82%
GREEN value IS 205 (80.47% from 255) = 41.58%
BLUE value IS 141 (55.47% from 255) = 28.60%
R=29.82%
G=41.58%
B=28.60%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1472051410.2800.310.20114.3739.0267.84
Hex93CD8D1C01F14722744
Octal223315215340372416247104
Binary100100111100110110001101111000111111010011100101001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93CD8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,205,141); }

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

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

 a { background-color: rgb(147,205,141); }

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

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

 span { border-color: rgb(147,205,141); }

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