Shades of De York #91D08A
Tints of De York #91D08A
RGB
CMYK
RGB Variations
Color information
#91D08A (or 0x91D08A) is known color: De York. HEX triplet: 91, D0 and 8A. RGB value is (145,208,138). Sum of RGB (Red+Green+Blue) = 145+208+138=491 (65% of max value = 765). Red value is 145 (57.03% from 255 or 29.53% from 491); Green value is 208 (81.64% from 255 or 42.36% from 491); Blue value is 138 (54.30% from 255 or 28.11% from 491); Max value from RGB is 208 - color contains mainly: green. Hex color #91D08A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #91D08A is #6E2F75. Grayscale: #B5B5B5. Windows color (decimal): -7221110 or 9097361. OLE color: 9097361.
HSL color Cylindrical-coordinate representation of color #91D08A: hue angle of 114º degrees, saturation: 0.43, 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 #91D08A is Cyan = 0.30, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 145 | 208 | 138 | - |
| CMYK | 0.30 | 0 | 0.34 | 0.18 |
| HSL | 114º | 0.43% | 0.68% | - |
| HSV(B) | 114º | 0.34% | 0.82% | - |
| XYZ | 38.82 | 52.97 | 32.22 | - |
| YUV | 181.18 | 103.63 | 102.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 208 | 138 | 0.30 | 0 | 0.34 | 0.18 | 114 | 0.43 | 0.68 |
| Hex | 91 | D0 | 8A | 1E | 0 | 22 | 12 | 72 | 2B | 44 |
| Octal | 221 | 320 | 212 | 36 | 0 | 42 | 22 | 162 | 53 | 104 |
| Binary | 10010001 | 11010000 | 10001010 | 11110 | 0 | 100010 | 10010 | 1110010 | 101011 | 1000100 |
Color Harmonies of #91D08A
Complementary color
Monochromatic Colors of #91D08A
Black with #91D08A
Text Example
Text Example
White with #91D08A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91D08A; }
p { color: rgb(145,208,138); }
H1.HeaderClassName
{
color: #91D08A;
}
.AnyTagClassName
{
color: #91D08A;
}
</style>
background-color css
<style>
a { background-color: #91D08A; }
a { background-color: rgb(145,208,138); }
div.DivClassName
{
background-color: #91D08A;
}
.BgClassName
{
background-color: #91D08A;
}
</style>
border-color css
<style>
span { border-color: #91D08A; }
span { border-color: rgb(145,208,138); }
td.TdClassName
{
border-color: #91D08A;
}
.TagClassName
{
border-color: #91D08A;
}
</style>