Shades of De York #91D596
Tints of De York #91D596
RGB
CMYK
RGB Variations
Color information
#91D596 (or 0x91D596) is known color: De York. HEX triplet: 91, D5 and 96. RGB value is (145,213,150). Sum of RGB (Red+Green+Blue) = 145+213+150=508 (67% of max value = 765). Red value is 145 (57.03% from 255 or 28.54% from 508); Green value is 213 (83.59% from 255 or 41.93% from 508); Blue value is 150 (58.98% from 255 or 29.53% from 508); Max value from RGB is 213 - color contains mainly: green. Hex color #91D596 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #91D596 is #6E2A69. Grayscale: #B9B9B9. Windows color (decimal): -7219818 or 9885073. OLE color: 9885073.
HSL color Cylindrical-coordinate representation of color #91D596: hue angle of 124.41º degrees, saturation: 0.45, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #91D596 is Cyan = 0.32, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 145 | 213 | 150 | - |
| CMYK | 0.32 | 0 | 0.30 | 0.16 |
| HSL | 124.41º | 0.45% | 0.7% | - |
| HSV(B) | 124.41º | 0.32% | 0.84% | - |
| XYZ | 40.98 | 55.81 | 37.47 | - |
| YUV | 185.49 | 107.97 | 99.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 213 | 150 | 0.32 | 0 | 0.30 | 0.16 | 124.41 | 0.45 | 0.7 |
| Hex | 91 | D5 | 96 | 20 | 0 | 1E | 10 | 7C | 2D | 46 |
| Octal | 221 | 325 | 226 | 40 | 0 | 36 | 20 | 174 | 55 | 106 |
| Binary | 10010001 | 11010101 | 10010110 | 100000 | 0 | 11110 | 10000 | 1111100 | 101101 | 1000110 |
Color Harmonies of #91D596
Complementary color
Monochromatic Colors of #91D596
Black with #91D596
Text Example
Text Example
White with #91D596
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91D596; }
p { color: rgb(145,213,150); }
H1.HeaderClassName
{
color: #91D596;
}
.AnyTagClassName
{
color: #91D596;
}
</style>
background-color css
<style>
a { background-color: #91D596; }
a { background-color: rgb(145,213,150); }
div.DivClassName
{
background-color: #91D596;
}
.BgClassName
{
background-color: #91D596;
}
</style>
border-color css
<style>
span { border-color: #91D596; }
span { border-color: rgb(145,213,150); }
td.TdClassName
{
border-color: #91D596;
}
.TagClassName
{
border-color: #91D596;
}
</style>