Shades of De York #91D192
Tints of De York #91D192
RGB
CMYK
RGB Variations
Color information
#91D192 (or 0x91D192) is known color: De York. HEX triplet: 91, D1 and 92. RGB value is (145,209,146). Sum of RGB (Red+Green+Blue) = 145+209+146=500 (66% of max value = 765). Red value is 145 (57.03% from 255 or 29% from 500); Green value is 209 (82.03% from 255 or 41.8% from 500); Blue value is 146 (57.42% from 255 or 29.2% from 500); Max value from RGB is 209 - color contains mainly: green. Hex color #91D192 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #91D192 is #6E2E6D. Grayscale: #B6B6B6. Windows color (decimal): -7220846 or 9621905. OLE color: 9621905.
HSL color Cylindrical-coordinate representation of color #91D192: hue angle of 120.94º degrees, saturation: 0.41, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #91D192 is Cyan = 0.31, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 145 | 209 | 146 | - |
| CMYK | 0.31 | 0 | 0.30 | 0.18 |
| HSL | 120.94º | 0.41% | 0.69% | - |
| HSV(B) | 120.94º | 0.31% | 0.82% | - |
| XYZ | 39.67 | 53.7 | 35.47 | - |
| YUV | 182.68 | 107.3 | 101.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 209 | 146 | 0.31 | 0 | 0.30 | 0.18 | 120.94 | 0.41 | 0.69 |
| Hex | 91 | D1 | 92 | 1F | 0 | 1E | 12 | 79 | 29 | 45 |
| Octal | 221 | 321 | 222 | 37 | 0 | 36 | 22 | 171 | 51 | 105 |
| Binary | 10010001 | 11010001 | 10010010 | 11111 | 0 | 11110 | 10010 | 1111001 | 101001 | 1000101 |
Color Harmonies of #91D192
Complementary color
Monochromatic Colors of #91D192
Black with #91D192
Text Example
Text Example
White with #91D192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91D192; }
p { color: rgb(145,209,146); }
H1.HeaderClassName
{
color: #91D192;
}
.AnyTagClassName
{
color: #91D192;
}
</style>
background-color css
<style>
a { background-color: #91D192; }
a { background-color: rgb(145,209,146); }
div.DivClassName
{
background-color: #91D192;
}
.BgClassName
{
background-color: #91D192;
}
</style>
border-color css
<style>
span { border-color: #91D192; }
span { border-color: rgb(145,209,146); }
td.TdClassName
{
border-color: #91D192;
}
.TagClassName
{
border-color: #91D192;
}
</style>