Shades of De York #91D295
Tints of De York #91D295
RGB
CMYK
RGB Variations
Color information
#91D295 (or 0x91D295) is known color: De York. HEX triplet: 91, D2 and 95. RGB value is (145,210,149). Sum of RGB (Red+Green+Blue) = 145+210+149=504 (66% of max value = 765). Red value is 145 (57.03% from 255 or 28.77% from 504); Green value is 210 (82.42% from 255 or 41.67% from 504); Blue value is 149 (58.59% from 255 or 29.56% from 504); Max value from RGB is 210 - color contains mainly: green. Hex color #91D295 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #91D295 is #6E2D6A. Grayscale: #B7B7B7. Windows color (decimal): -7220587 or 9818769. OLE color: 9818769.
HSL color Cylindrical-coordinate representation of color #91D295: hue angle of 123.69º 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 #91D295 is Cyan = 0.31, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 145 | 210 | 149 | - |
| CMYK | 0.31 | 0 | 0.29 | 0.18 |
| HSL | 123.69º | 0.42% | 0.7% | - |
| HSV(B) | 123.69º | 0.31% | 0.82% | - |
| XYZ | 40.15 | 54.28 | 36.8 | - |
| YUV | 183.61 | 108.47 | 100.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 210 | 149 | 0.31 | 0 | 0.29 | 0.18 | 123.69 | 0.42 | 0.7 |
| Hex | 91 | D2 | 95 | 1F | 0 | 1D | 12 | 7C | 2A | 46 |
| Octal | 221 | 322 | 225 | 37 | 0 | 35 | 22 | 174 | 52 | 106 |
| Binary | 10010001 | 11010010 | 10010101 | 11111 | 0 | 11101 | 10010 | 1111100 | 101010 | 1000110 |
Color Harmonies of #91D295
Complementary color
Monochromatic Colors of #91D295
Black with #91D295
Text Example
Text Example
White with #91D295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91D295; }
p { color: rgb(145,210,149); }
H1.HeaderClassName
{
color: #91D295;
}
.AnyTagClassName
{
color: #91D295;
}
</style>
background-color css
<style>
a { background-color: #91D295; }
a { background-color: rgb(145,210,149); }
div.DivClassName
{
background-color: #91D295;
}
.BgClassName
{
background-color: #91D295;
}
</style>
border-color css
<style>
span { border-color: #91D295; }
span { border-color: rgb(145,210,149); }
td.TdClassName
{
border-color: #91D295;
}
.TagClassName
{
border-color: #91D295;
}
</style>