Shades of De York #91D292
Tints of De York #91D292
RGB
CMYK
RGB Variations
Color information
#91D292 (or 0x91D292) is known color: De York. HEX triplet: 91, D2 and 92. RGB value is (145,210,146). Sum of RGB (Red+Green+Blue) = 145+210+146=501 (66% of max value = 765). Red value is 145 (57.03% from 255 or 28.94% from 501); Green value is 210 (82.42% from 255 or 41.92% from 501); Blue value is 146 (57.42% from 255 or 29.14% from 501); Max value from RGB is 210 - color contains mainly: green. Hex color #91D292 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #91D292 is #6E2D6D. Grayscale: #B7B7B7. Windows color (decimal): -7220590 or 9622161. OLE color: 9622161.
HSL color Cylindrical-coordinate representation of color #91D292: hue angle of 120.92º degrees, saturation: 0.42, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #91D292 is Cyan = 0.31, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 145 | 210 | 146 | - |
| CMYK | 0.31 | 0 | 0.30 | 0.18 |
| HSL | 120.92º | 0.42% | 0.7% | - |
| HSV(B) | 120.92º | 0.31% | 0.82% | - |
| XYZ | 39.91 | 54.19 | 35.55 | - |
| YUV | 183.27 | 106.97 | 100.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 210 | 146 | 0.31 | 0 | 0.30 | 0.18 | 120.92 | 0.42 | 0.7 |
| Hex | 91 | D2 | 92 | 1F | 0 | 1E | 12 | 79 | 2A | 46 |
| Octal | 221 | 322 | 222 | 37 | 0 | 36 | 22 | 171 | 52 | 106 |
| Binary | 10010001 | 11010010 | 10010010 | 11111 | 0 | 11110 | 10010 | 1111001 | 101010 | 1000110 |
Color Harmonies of #91D292
Complementary color
Monochromatic Colors of #91D292
Black with #91D292
Text Example
Text Example
White with #91D292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91D292; }
p { color: rgb(145,210,146); }
H1.HeaderClassName
{
color: #91D292;
}
.AnyTagClassName
{
color: #91D292;
}
</style>
background-color css
<style>
a { background-color: #91D292; }
a { background-color: rgb(145,210,146); }
div.DivClassName
{
background-color: #91D292;
}
.BgClassName
{
background-color: #91D292;
}
</style>
border-color css
<style>
span { border-color: #91D292; }
span { border-color: rgb(145,210,146); }
td.TdClassName
{
border-color: #91D292;
}
.TagClassName
{
border-color: #91D292;
}
</style>