Shades of De York #93CD8C
Tints of De York #93CD8C
RGB
CMYK
RGB Variations
Color information
#93CD8C (or 0x93CD8C) is known color: De York. HEX triplet: 93, CD and 8C. RGB value is (147,205,140). Sum of RGB (Red+Green+Blue) = 147+205+140=492 (65% of max value = 765). Red value is 147 (57.81% from 255 or 29.88% from 492); Green value is 205 (80.47% from 255 or 41.67% from 492); Blue value is 140 (55.08% from 255 or 28.46% from 492); Max value from RGB is 205 - color contains mainly: green. Hex color #93CD8C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93CD8C is #6C3273. Grayscale: #B4B4B4. Windows color (decimal): -7090804 or 9227667. OLE color: 9227667.
HSL color Cylindrical-coordinate representation of color #93CD8C: hue angle of 113.54º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #93CD8C is Cyan = 0.28, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 147 | 205 | 140 | - |
| CMYK | 0.28 | 0 | 0.32 | 0.20 |
| HSL | 113.54º | 0.39% | 0.68% | - |
| HSV(B) | 113.54º | 0.32% | 0.8% | - |
| XYZ | 38.6 | 51.76 | 32.77 | - |
| YUV | 180.25 | 105.28 | 104.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 205 | 140 | 0.28 | 0 | 0.32 | 0.20 | 113.54 | 0.39 | 0.68 |
| Hex | 93 | CD | 8C | 1C | 0 | 20 | 14 | 72 | 27 | 44 |
| Octal | 223 | 315 | 214 | 34 | 0 | 40 | 24 | 162 | 47 | 104 |
| Binary | 10010011 | 11001101 | 10001100 | 11100 | 0 | 100000 | 10100 | 1110010 | 100111 | 1000100 |
Color Harmonies of #93CD8C
Complementary color
Monochromatic Colors of #93CD8C
Black with #93CD8C
Text Example
Text Example
White with #93CD8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93CD8C; }
p { color: rgb(147,205,140); }
H1.HeaderClassName
{
color: #93CD8C;
}
.AnyTagClassName
{
color: #93CD8C;
}
</style>
background-color css
<style>
a { background-color: #93CD8C; }
a { background-color: rgb(147,205,140); }
div.DivClassName
{
background-color: #93CD8C;
}
.BgClassName
{
background-color: #93CD8C;
}
</style>
border-color css
<style>
span { border-color: #93CD8C; }
span { border-color: rgb(147,205,140); }
td.TdClassName
{
border-color: #93CD8C;
}
.TagClassName
{
border-color: #93CD8C;
}
</style>