Shades of De York #91CF8A
Tints of De York #91CF8A
RGB
CMYK
RGB Variations
Color information
#91CF8A (or 0x91CF8A) is known color: De York. HEX triplet: 91, CF and 8A. RGB value is (145,207,138). Sum of RGB (Red+Green+Blue) = 145+207+138=490 (64% of max value = 765). Red value is 145 (57.03% from 255 or 29.59% from 490); Green value is 207 (81.25% from 255 or 42.24% from 490); Blue value is 138 (54.30% from 255 or 28.16% from 490); Max value from RGB is 207 - color contains mainly: green. Hex color #91CF8A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #91CF8A is #6E3075. Grayscale: #B4B4B4. Windows color (decimal): -7221366 or 9097105. OLE color: 9097105.
HSL color Cylindrical-coordinate representation of color #91CF8A: hue angle of 113.91º degrees, saturation: 0.42, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #91CF8A is Cyan = 0.30, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 145 | 207 | 138 | - |
| CMYK | 0.30 | 0 | 0.33 | 0.19 |
| HSL | 113.91º | 0.42% | 0.68% | - |
| HSV(B) | 113.91º | 0.33% | 0.81% | - |
| XYZ | 38.58 | 52.48 | 32.14 | - |
| YUV | 180.6 | 103.96 | 102.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 207 | 138 | 0.30 | 0 | 0.33 | 0.19 | 113.91 | 0.42 | 0.68 |
| Hex | 91 | CF | 8A | 1E | 0 | 21 | 13 | 72 | 2A | 44 |
| Octal | 221 | 317 | 212 | 36 | 0 | 41 | 23 | 162 | 52 | 104 |
| Binary | 10010001 | 11001111 | 10001010 | 11110 | 0 | 100001 | 10011 | 1110010 | 101010 | 1000100 |
Color Harmonies of #91CF8A
Complementary color
Monochromatic Colors of #91CF8A
Black with #91CF8A
Text Example
Text Example
White with #91CF8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91CF8A; }
p { color: rgb(145,207,138); }
H1.HeaderClassName
{
color: #91CF8A;
}
.AnyTagClassName
{
color: #91CF8A;
}
</style>
background-color css
<style>
a { background-color: #91CF8A; }
a { background-color: rgb(145,207,138); }
div.DivClassName
{
background-color: #91CF8A;
}
.BgClassName
{
background-color: #91CF8A;
}
</style>
border-color css
<style>
span { border-color: #91CF8A; }
span { border-color: rgb(145,207,138); }
td.TdClassName
{
border-color: #91CF8A;
}
.TagClassName
{
border-color: #91CF8A;
}
</style>