Shades of De York #91D08B
Tints of De York #91D08B
RGB
CMYK
RGB Variations
Color information
#91D08B (or 0x91D08B) is known color: De York. HEX triplet: 91, D0 and 8B. RGB value is (145,208,139). Sum of RGB (Red+Green+Blue) = 145+208+139=492 (65% of max value = 765). Red value is 145 (57.03% from 255 or 29.47% from 492); Green value is 208 (81.64% from 255 or 42.28% from 492); Blue value is 139 (54.69% from 255 or 28.25% from 492); Max value from RGB is 208 - color contains mainly: green. Hex color #91D08B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #91D08B is #6E2F74. Grayscale: #B5B5B5. Windows color (decimal): -7221109 or 9162897. OLE color: 9162897.
HSL color Cylindrical-coordinate representation of color #91D08B: hue angle of 114.78º 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 #91D08B is Cyan = 0.30, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 145 | 208 | 139 | - |
| CMYK | 0.30 | 0 | 0.33 | 0.18 |
| HSL | 114.78º | 0.42% | 0.68% | - |
| HSV(B) | 114.78º | 0.33% | 0.82% | - |
| XYZ | 38.89 | 53 | 32.61 | - |
| YUV | 181.3 | 104.13 | 102.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 208 | 139 | 0.30 | 0 | 0.33 | 0.18 | 114.78 | 0.42 | 0.68 |
| Hex | 91 | D0 | 8B | 1E | 0 | 21 | 12 | 73 | 2A | 44 |
| Octal | 221 | 320 | 213 | 36 | 0 | 41 | 22 | 163 | 52 | 104 |
| Binary | 10010001 | 11010000 | 10001011 | 11110 | 0 | 100001 | 10010 | 1110011 | 101010 | 1000100 |
Color Harmonies of #91D08B
Complementary color
Monochromatic Colors of #91D08B
Black with #91D08B
Text Example
Text Example
White with #91D08B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91D08B; }
p { color: rgb(145,208,139); }
H1.HeaderClassName
{
color: #91D08B;
}
.AnyTagClassName
{
color: #91D08B;
}
</style>
background-color css
<style>
a { background-color: #91D08B; }
a { background-color: rgb(145,208,139); }
div.DivClassName
{
background-color: #91D08B;
}
.BgClassName
{
background-color: #91D08B;
}
</style>
border-color css
<style>
span { border-color: #91D08B; }
span { border-color: rgb(145,208,139); }
td.TdClassName
{
border-color: #91D08B;
}
.TagClassName
{
border-color: #91D08B;
}
</style>