Shades of De York #8ADB91
Tints of De York #8ADB91
RGB
CMYK
RGB Variations
Color information
#8ADB91 (or 0x8ADB91) is known color: De York. HEX triplet: 8A, DB and 91. RGB value is (138,219,145). Sum of RGB (Red+Green+Blue) = 138+219+145=502 (66% of max value = 765). Red value is 138 (54.30% from 255 or 27.49% from 502); Green value is 219 (85.94% from 255 or 43.63% from 502); Blue value is 145 (57.03% from 255 or 28.88% from 502); Max value from RGB is 219 - color contains mainly: green. Hex color #8ADB91 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ADB91 is #75246E. Grayscale: #BABABA. Windows color (decimal): -7677039 or 9558922. OLE color: 9558922.
HSL color Cylindrical-coordinate representation of color #8ADB91: hue angle of 125.19º degrees, saturation: 0.53, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8ADB91 is Cyan = 0.37, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 138 | 219 | 145 | - |
| CMYK | 0.37 | 0 | 0.34 | 0.14 |
| HSL | 125.19º | 0.53% | 0.7% | - |
| HSV(B) | 125.19º | 0.37% | 0.86% | - |
| XYZ | 40.92 | 58.11 | 35.85 | - |
| YUV | 186.35 | 104.66 | 93.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 219 | 145 | 0.37 | 0 | 0.34 | 0.14 | 125.19 | 0.53 | 0.7 |
| Hex | 8A | DB | 91 | 25 | 0 | 22 | E | 7D | 35 | 46 |
| Octal | 212 | 333 | 221 | 45 | 0 | 42 | 16 | 175 | 65 | 106 |
| Binary | 10001010 | 11011011 | 10010001 | 100101 | 0 | 100010 | 1110 | 1111101 | 110101 | 1000110 |
Color Harmonies of #8ADB91
Complementary color
Monochromatic Colors of #8ADB91
Black with #8ADB91
Text Example
Text Example
White with #8ADB91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ADB91; }
p { color: rgb(138,219,145); }
H1.HeaderClassName
{
color: #8ADB91;
}
.AnyTagClassName
{
color: #8ADB91;
}
</style>
background-color css
<style>
a { background-color: #8ADB91; }
a { background-color: rgb(138,219,145); }
div.DivClassName
{
background-color: #8ADB91;
}
.BgClassName
{
background-color: #8ADB91;
}
</style>
border-color css
<style>
span { border-color: #8ADB91; }
span { border-color: rgb(138,219,145); }
td.TdClassName
{
border-color: #8ADB91;
}
.TagClassName
{
border-color: #8ADB91;
}
</style>