Shades of De York #91CE8E
Tints of De York #91CE8E
RGB
CMYK
RGB Variations
Color information
#91CE8E (or 0x91CE8E) is known color: De York. HEX triplet: 91, CE and 8E. RGB value is (145,206,142). Sum of RGB (Red+Green+Blue) = 145+206+142=493 (65% of max value = 765). Red value is 145 (57.03% from 255 or 29.41% from 493); Green value is 206 (80.86% from 255 or 41.78% from 493); Blue value is 142 (55.86% from 255 or 28.80% from 493); Max value from RGB is 206 - color contains mainly: green. Hex color #91CE8E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #91CE8E is #6E3171. Grayscale: #B4B4B4. Windows color (decimal): -7221618 or 9358993. OLE color: 9358993.
HSL color Cylindrical-coordinate representation of color #91CE8E: hue angle of 117.19º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #91CE8E is Cyan = 0.30, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 145 | 206 | 142 | - |
| CMYK | 0.30 | 0 | 0.31 | 0.19 |
| HSL | 117.19º | 0.4% | 0.68% | - |
| HSV(B) | 117.19º | 0.31% | 0.81% | - |
| XYZ | 38.63 | 52.12 | 33.61 | - |
| YUV | 180.47 | 106.29 | 102.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 206 | 142 | 0.30 | 0 | 0.31 | 0.19 | 117.19 | 0.4 | 0.68 |
| Hex | 91 | CE | 8E | 1E | 0 | 1F | 13 | 75 | 28 | 44 |
| Octal | 221 | 316 | 216 | 36 | 0 | 37 | 23 | 165 | 50 | 104 |
| Binary | 10010001 | 11001110 | 10001110 | 11110 | 0 | 11111 | 10011 | 1110101 | 101000 | 1000100 |
Color Harmonies of #91CE8E
Complementary color
Monochromatic Colors of #91CE8E
Black with #91CE8E
Text Example
Text Example
White with #91CE8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91CE8E; }
p { color: rgb(145,206,142); }
H1.HeaderClassName
{
color: #91CE8E;
}
.AnyTagClassName
{
color: #91CE8E;
}
</style>
background-color css
<style>
a { background-color: #91CE8E; }
a { background-color: rgb(145,206,142); }
div.DivClassName
{
background-color: #91CE8E;
}
.BgClassName
{
background-color: #91CE8E;
}
</style>
border-color css
<style>
span { border-color: #91CE8E; }
span { border-color: rgb(145,206,142); }
td.TdClassName
{
border-color: #91CE8E;
}
.TagClassName
{
border-color: #91CE8E;
}
</style>