Shades of De York #93CF8D
Tints of De York #93CF8D
RGB
CMYK
RGB Variations
Color information
#93CF8D (or 0x93CF8D) is known color: De York. HEX triplet: 93, CF and 8D. RGB value is (147,207,141). Sum of RGB (Red+Green+Blue) = 147+207+141=495 (65% of max value = 765). Red value is 147 (57.81% from 255 or 29.70% from 495); Green value is 207 (81.25% from 255 or 41.82% from 495); Blue value is 141 (55.47% from 255 or 28.48% from 495); Max value from RGB is 207 - color contains mainly: green. Hex color #93CF8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93CF8D is #6C3072. Grayscale: #B5B5B5. Windows color (decimal): -7090291 or 9293715. OLE color: 9293715.
HSL color Cylindrical-coordinate representation of color #93CF8D: hue angle of 114.55º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #93CF8D is Cyan = 0.29, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 147 | 207 | 141 | - |
| CMYK | 0.29 | 0 | 0.32 | 0.19 |
| HSL | 114.55º | 0.41% | 0.68% | - |
| HSV(B) | 114.55º | 0.32% | 0.81% | - |
| XYZ | 39.15 | 52.75 | 33.32 | - |
| YUV | 181.54 | 105.12 | 103.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 207 | 141 | 0.29 | 0 | 0.32 | 0.19 | 114.55 | 0.41 | 0.68 |
| Hex | 93 | CF | 8D | 1D | 0 | 20 | 13 | 73 | 29 | 44 |
| Octal | 223 | 317 | 215 | 35 | 0 | 40 | 23 | 163 | 51 | 104 |
| Binary | 10010011 | 11001111 | 10001101 | 11101 | 0 | 100000 | 10011 | 1110011 | 101001 | 1000100 |
Color Harmonies of #93CF8D
Complementary color
Monochromatic Colors of #93CF8D
Black with #93CF8D
Text Example
Text Example
White with #93CF8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93CF8D; }
p { color: rgb(147,207,141); }
H1.HeaderClassName
{
color: #93CF8D;
}
.AnyTagClassName
{
color: #93CF8D;
}
</style>
background-color css
<style>
a { background-color: #93CF8D; }
a { background-color: rgb(147,207,141); }
div.DivClassName
{
background-color: #93CF8D;
}
.BgClassName
{
background-color: #93CF8D;
}
</style>
border-color css
<style>
span { border-color: #93CF8D; }
span { border-color: rgb(147,207,141); }
td.TdClassName
{
border-color: #93CF8D;
}
.TagClassName
{
border-color: #93CF8D;
}
</style>