Shades of De York #91CE96
Tints of De York #91CE96
RGB
CMYK
RGB Variations
Color information
#91CE96 (or 0x91CE96) is known color: De York. HEX triplet: 91, CE and 96. RGB value is (145,206,150). Sum of RGB (Red+Green+Blue) = 145+206+150=501 (66% of max value = 765). Red value is 145 (57.03% from 255 or 28.94% from 501); Green value is 206 (80.86% from 255 or 41.12% from 501); Blue value is 150 (58.98% from 255 or 29.94% from 501); Max value from RGB is 206 - color contains mainly: green. Hex color #91CE96 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #91CE96 is #6E3169. Grayscale: #B5B5B5. Windows color (decimal): -7221610 or 9883281. OLE color: 9883281.
HSL color Cylindrical-coordinate representation of color #91CE96: hue angle of 124.92º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #91CE96 is Cyan = 0.30, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 145 | 206 | 150 | - |
| CMYK | 0.30 | 0 | 0.27 | 0.19 |
| HSL | 124.92º | 0.38% | 0.69% | - |
| HSV(B) | 124.92º | 0.3% | 0.81% | - |
| XYZ | 39.25 | 52.36 | 36.89 | - |
| YUV | 181.38 | 110.29 | 102.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 206 | 150 | 0.30 | 0 | 0.27 | 0.19 | 124.92 | 0.38 | 0.69 |
| Hex | 91 | CE | 96 | 1E | 0 | 1B | 13 | 7D | 26 | 45 |
| Octal | 221 | 316 | 226 | 36 | 0 | 33 | 23 | 175 | 46 | 105 |
| Binary | 10010001 | 11001110 | 10010110 | 11110 | 0 | 11011 | 10011 | 1111101 | 100110 | 1000101 |
Color Harmonies of #91CE96
Complementary color
Monochromatic Colors of #91CE96
Black with #91CE96
Text Example
Text Example
White with #91CE96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91CE96; }
p { color: rgb(145,206,150); }
H1.HeaderClassName
{
color: #91CE96;
}
.AnyTagClassName
{
color: #91CE96;
}
</style>
background-color css
<style>
a { background-color: #91CE96; }
a { background-color: rgb(145,206,150); }
div.DivClassName
{
background-color: #91CE96;
}
.BgClassName
{
background-color: #91CE96;
}
</style>
border-color css
<style>
span { border-color: #91CE96; }
span { border-color: rgb(145,206,150); }
td.TdClassName
{
border-color: #91CE96;
}
.TagClassName
{
border-color: #91CE96;
}
</style>