Shades of De York #91CB8E
Tints of De York #91CB8E
RGB
CMYK
RGB Variations
Color information
#91CB8E (or 0x91CB8E) is known color: De York. HEX triplet: 91, CB and 8E. RGB value is (145,203,142). Sum of RGB (Red+Green+Blue) = 145+203+142=490 (64% of max value = 765). Red value is 145 (57.03% from 255 or 29.59% from 490); Green value is 203 (79.69% from 255 or 41.43% from 490); Blue value is 142 (55.86% from 255 or 28.98% from 490); Max value from RGB is 203 - color contains mainly: green. Hex color #91CB8E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #91CB8E is #6E3471. Grayscale: #B2B2B2. Windows color (decimal): -7222386 or 9358225. OLE color: 9358225.
HSL color Cylindrical-coordinate representation of color #91CB8E: hue angle of 117.05º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #91CB8E is Cyan = 0.29, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 145 | 203 | 142 | - |
| CMYK | 0.29 | 0 | 0.30 | 0.20 |
| HSL | 117.05º | 0.37% | 0.68% | - |
| HSV(B) | 117.05º | 0.3% | 0.8% | - |
| XYZ | 37.92 | 50.68 | 33.38 | - |
| YUV | 178.7 | 107.28 | 103.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 203 | 142 | 0.29 | 0 | 0.30 | 0.20 | 117.05 | 0.37 | 0.68 |
| Hex | 91 | CB | 8E | 1D | 0 | 1E | 14 | 75 | 25 | 44 |
| Octal | 221 | 313 | 216 | 35 | 0 | 36 | 24 | 165 | 45 | 104 |
| Binary | 10010001 | 11001011 | 10001110 | 11101 | 0 | 11110 | 10100 | 1110101 | 100101 | 1000100 |
Color Harmonies of #91CB8E
Complementary color
Monochromatic Colors of #91CB8E
Black with #91CB8E
Text Example
Text Example
White with #91CB8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91CB8E; }
p { color: rgb(145,203,142); }
H1.HeaderClassName
{
color: #91CB8E;
}
.AnyTagClassName
{
color: #91CB8E;
}
</style>
background-color css
<style>
a { background-color: #91CB8E; }
a { background-color: rgb(145,203,142); }
div.DivClassName
{
background-color: #91CB8E;
}
.BgClassName
{
background-color: #91CB8E;
}
</style>
border-color css
<style>
span { border-color: #91CB8E; }
span { border-color: rgb(145,203,142); }
td.TdClassName
{
border-color: #91CB8E;
}
.TagClassName
{
border-color: #91CB8E;
}
</style>