Shades of De York #91D08C
Tints of De York #91D08C
RGB
CMYK
RGB Variations
Color information
#91D08C (or 0x91D08C) is known color: De York. HEX triplet: 91, D0 and 8C. RGB value is (145,208,140). Sum of RGB (Red+Green+Blue) = 145+208+140=493 (65% of max value = 765). Red value is 145 (57.03% from 255 or 29.41% from 493); Green value is 208 (81.64% from 255 or 42.19% from 493); Blue value is 140 (55.08% from 255 or 28.40% from 493); Max value from RGB is 208 - color contains mainly: green. Hex color #91D08C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #91D08C is #6E2F73. Grayscale: #B5B5B5. Windows color (decimal): -7221108 or 9228433. OLE color: 9228433.
HSL color Cylindrical-coordinate representation of color #91D08C: hue angle of 115.59º degrees, saturation: 0.42, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #91D08C is Cyan = 0.30, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 145 | 208 | 140 | - |
| CMYK | 0.30 | 0 | 0.33 | 0.18 |
| HSL | 115.59º | 0.42% | 0.68% | - |
| HSV(B) | 115.59º | 0.33% | 0.82% | - |
| XYZ | 38.97 | 53.02 | 32.99 | - |
| YUV | 181.41 | 104.63 | 102.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 208 | 140 | 0.30 | 0 | 0.33 | 0.18 | 115.59 | 0.42 | 0.68 |
| Hex | 91 | D0 | 8C | 1E | 0 | 21 | 12 | 74 | 2A | 44 |
| Octal | 221 | 320 | 214 | 36 | 0 | 41 | 22 | 164 | 52 | 104 |
| Binary | 10010001 | 11010000 | 10001100 | 11110 | 0 | 100001 | 10010 | 1110100 | 101010 | 1000100 |
Color Harmonies of #91D08C
Complementary color
Monochromatic Colors of #91D08C
Black with #91D08C
Text Example
Text Example
White with #91D08C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91D08C; }
p { color: rgb(145,208,140); }
H1.HeaderClassName
{
color: #91D08C;
}
.AnyTagClassName
{
color: #91D08C;
}
</style>
background-color css
<style>
a { background-color: #91D08C; }
a { background-color: rgb(145,208,140); }
div.DivClassName
{
background-color: #91D08C;
}
.BgClassName
{
background-color: #91D08C;
}
</style>
border-color css
<style>
span { border-color: #91D08C; }
span { border-color: rgb(145,208,140); }
td.TdClassName
{
border-color: #91D08C;
}
.TagClassName
{
border-color: #91D08C;
}
</style>