Shades of De York #91D38A
Tints of De York #91D38A
RGB
CMYK
RGB Variations
Color information
#91D38A (or 0x91D38A) is known color: De York. HEX triplet: 91, D3 and 8A. RGB value is (145,211,138). Sum of RGB (Red+Green+Blue) = 145+211+138=494 (65% of max value = 765). Red value is 145 (57.03% from 255 or 29.35% from 494); Green value is 211 (82.81% from 255 or 42.71% from 494); Blue value is 138 (54.30% from 255 or 27.94% from 494); Max value from RGB is 211 - color contains mainly: green. Hex color #91D38A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #91D38A is #6E2C75. Grayscale: #B7B7B7. Windows color (decimal): -7220342 or 9098129. OLE color: 9098129.
HSL color Cylindrical-coordinate representation of color #91D38A: hue angle of 114.25º degrees, saturation: 0.45, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #91D38A is Cyan = 0.31, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 145 | 211 | 138 | - |
| CMYK | 0.31 | 0 | 0.35 | 0.17 |
| HSL | 114.25º | 0.45% | 0.68% | - |
| HSV(B) | 114.25º | 0.35% | 0.83% | - |
| XYZ | 39.56 | 54.44 | 32.47 | - |
| YUV | 182.94 | 102.63 | 100.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 211 | 138 | 0.31 | 0 | 0.35 | 0.17 | 114.25 | 0.45 | 0.68 |
| Hex | 91 | D3 | 8A | 1F | 0 | 23 | 11 | 72 | 2D | 44 |
| Octal | 221 | 323 | 212 | 37 | 0 | 43 | 21 | 162 | 55 | 104 |
| Binary | 10010001 | 11010011 | 10001010 | 11111 | 0 | 100011 | 10001 | 1110010 | 101101 | 1000100 |
Color Harmonies of #91D38A
Complementary color
Monochromatic Colors of #91D38A
Black with #91D38A
Text Example
Text Example
White with #91D38A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91D38A; }
p { color: rgb(145,211,138); }
H1.HeaderClassName
{
color: #91D38A;
}
.AnyTagClassName
{
color: #91D38A;
}
</style>
background-color css
<style>
a { background-color: #91D38A; }
a { background-color: rgb(145,211,138); }
div.DivClassName
{
background-color: #91D38A;
}
.BgClassName
{
background-color: #91D38A;
}
</style>
border-color css
<style>
span { border-color: #91D38A; }
span { border-color: rgb(145,211,138); }
td.TdClassName
{
border-color: #91D38A;
}
.TagClassName
{
border-color: #91D38A;
}
</style>