Shades of De York #91D28B
Tints of De York #91D28B
RGB
CMYK
RGB Variations
Color information
#91D28B (or 0x91D28B) is known color: De York. HEX triplet: 91, D2 and 8B. RGB value is (145,210,139). Sum of RGB (Red+Green+Blue) = 145+210+139=494 (65% of max value = 765). Red value is 145 (57.03% from 255 or 29.35% from 494); Green value is 210 (82.42% from 255 or 42.51% from 494); Blue value is 139 (54.69% from 255 or 28.14% from 494); Max value from RGB is 210 - color contains mainly: green. Hex color #91D28B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #91D28B is #6E2D74. Grayscale: #B6B6B6. Windows color (decimal): -7220597 or 9163409. OLE color: 9163409.
HSL color Cylindrical-coordinate representation of color #91D28B: hue angle of 114.93º degrees, saturation: 0.44, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #91D28B is Cyan = 0.31, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 145 | 210 | 139 | - |
| CMYK | 0.31 | 0 | 0.34 | 0.18 |
| HSL | 114.93º | 0.44% | 0.68% | - |
| HSV(B) | 114.93º | 0.34% | 0.82% | - |
| XYZ | 39.38 | 53.98 | 32.77 | - |
| YUV | 182.47 | 103.47 | 101.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 210 | 139 | 0.31 | 0 | 0.34 | 0.18 | 114.93 | 0.44 | 0.68 |
| Hex | 91 | D2 | 8B | 1F | 0 | 22 | 12 | 73 | 2C | 44 |
| Octal | 221 | 322 | 213 | 37 | 0 | 42 | 22 | 163 | 54 | 104 |
| Binary | 10010001 | 11010010 | 10001011 | 11111 | 0 | 100010 | 10010 | 1110011 | 101100 | 1000100 |
Color Harmonies of #91D28B
Complementary color
Monochromatic Colors of #91D28B
Black with #91D28B
Text Example
Text Example
White with #91D28B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91D28B; }
p { color: rgb(145,210,139); }
H1.HeaderClassName
{
color: #91D28B;
}
.AnyTagClassName
{
color: #91D28B;
}
</style>
background-color css
<style>
a { background-color: #91D28B; }
a { background-color: rgb(145,210,139); }
div.DivClassName
{
background-color: #91D28B;
}
.BgClassName
{
background-color: #91D28B;
}
</style>
border-color css
<style>
span { border-color: #91D28B; }
span { border-color: rgb(145,210,139); }
td.TdClassName
{
border-color: #91D28B;
}
.TagClassName
{
border-color: #91D28B;
}
</style>