Shades of De York #91D28A
Tints of De York #91D28A
RGB
CMYK
RGB Variations
Color information
#91D28A (or 0x91D28A) is known color: De York. HEX triplet: 91, D2 and 8A. RGB value is (145,210,138). Sum of RGB (Red+Green+Blue) = 145+210+138=493 (65% of max value = 765). Red value is 145 (57.03% from 255 or 29.41% from 493); Green value is 210 (82.42% from 255 or 42.60% from 493); Blue value is 138 (54.30% from 255 or 27.99% from 493); Max value from RGB is 210 - color contains mainly: green. Hex color #91D28A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #91D28A is #6E2D75. Grayscale: #B6B6B6. Windows color (decimal): -7220598 or 9097873. OLE color: 9097873.
HSL color Cylindrical-coordinate representation of color #91D28A: hue angle of 114.17º 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 #91D28A is Cyan = 0.31, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 145 | 210 | 138 | - |
| CMYK | 0.31 | 0 | 0.34 | 0.18 |
| HSL | 114.17º | 0.44% | 0.68% | - |
| HSV(B) | 114.17º | 0.34% | 0.82% | - |
| XYZ | 39.31 | 53.95 | 32.39 | - |
| YUV | 182.36 | 102.97 | 101.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 210 | 138 | 0.31 | 0 | 0.34 | 0.18 | 114.17 | 0.44 | 0.68 |
| Hex | 91 | D2 | 8A | 1F | 0 | 22 | 12 | 72 | 2C | 44 |
| Octal | 221 | 322 | 212 | 37 | 0 | 42 | 22 | 162 | 54 | 104 |
| Binary | 10010001 | 11010010 | 10001010 | 11111 | 0 | 100010 | 10010 | 1110010 | 101100 | 1000100 |
Color Harmonies of #91D28A
Complementary color
Monochromatic Colors of #91D28A
Black with #91D28A
Text Example
Text Example
White with #91D28A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91D28A; }
p { color: rgb(145,210,138); }
H1.HeaderClassName
{
color: #91D28A;
}
.AnyTagClassName
{
color: #91D28A;
}
</style>
background-color css
<style>
a { background-color: #91D28A; }
a { background-color: rgb(145,210,138); }
div.DivClassName
{
background-color: #91D28A;
}
.BgClassName
{
background-color: #91D28A;
}
</style>
border-color css
<style>
span { border-color: #91D28A; }
span { border-color: rgb(145,210,138); }
td.TdClassName
{
border-color: #91D28A;
}
.TagClassName
{
border-color: #91D28A;
}
</style>