Shades of De York #93D08C
Tints of De York #93D08C
RGB
CMYK
RGB Variations
Color information
#93D08C (or 0x93D08C) is known color: De York. HEX triplet: 93, D0 and 8C. RGB value is (147,208,140). Sum of RGB (Red+Green+Blue) = 147+208+140=495 (65% of max value = 765). Red value is 147 (57.81% from 255 or 29.70% from 495); Green value is 208 (81.64% from 255 or 42.02% from 495); Blue value is 140 (55.08% from 255 or 28.28% from 495); Max value from RGB is 208 - color contains mainly: green. Hex color #93D08C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93D08C is #6C2F73. Grayscale: #B6B6B6. Windows color (decimal): -7090036 or 9228435. OLE color: 9228435.
HSL color Cylindrical-coordinate representation of color #93D08C: hue angle of 113.82º degrees, saturation: 0.42, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #93D08C is Cyan = 0.29, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 147 | 208 | 140 | - |
| CMYK | 0.29 | 0 | 0.33 | 0.18 |
| HSL | 113.82º | 0.42% | 0.68% | - |
| HSV(B) | 113.82º | 0.33% | 0.82% | - |
| XYZ | 39.32 | 53.21 | 33.01 | - |
| YUV | 182.01 | 104.29 | 103.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 208 | 140 | 0.29 | 0 | 0.33 | 0.18 | 113.82 | 0.42 | 0.68 |
| Hex | 93 | D0 | 8C | 1D | 0 | 21 | 12 | 72 | 2A | 44 |
| Octal | 223 | 320 | 214 | 35 | 0 | 41 | 22 | 162 | 52 | 104 |
| Binary | 10010011 | 11010000 | 10001100 | 11101 | 0 | 100001 | 10010 | 1110010 | 101010 | 1000100 |
Color Harmonies of #93D08C
Complementary color
Monochromatic Colors of #93D08C
Black with #93D08C
Text Example
Text Example
White with #93D08C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93D08C; }
p { color: rgb(147,208,140); }
H1.HeaderClassName
{
color: #93D08C;
}
.AnyTagClassName
{
color: #93D08C;
}
</style>
background-color css
<style>
a { background-color: #93D08C; }
a { background-color: rgb(147,208,140); }
div.DivClassName
{
background-color: #93D08C;
}
.BgClassName
{
background-color: #93D08C;
}
</style>
border-color css
<style>
span { border-color: #93D08C; }
span { border-color: rgb(147,208,140); }
td.TdClassName
{
border-color: #93D08C;
}
.TagClassName
{
border-color: #93D08C;
}
</style>