Shades of De York #8ADB92
Tints of De York #8ADB92
RGB
CMYK
RGB Variations
Color information
#8ADB92 (or 0x8ADB92) is known color: De York. HEX triplet: 8A, DB and 92. RGB value is (138,219,146). Sum of RGB (Red+Green+Blue) = 138+219+146=503 (66% of max value = 765). Red value is 138 (54.30% from 255 or 27.44% from 503); Green value is 219 (85.94% from 255 or 43.54% from 503); Blue value is 146 (57.42% from 255 or 29.03% from 503); Max value from RGB is 219 - color contains mainly: green. Hex color #8ADB92 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ADB92 is #75246D. Grayscale: #BABABA. Windows color (decimal): -7677038 or 9624458. OLE color: 9624458.
HSL color Cylindrical-coordinate representation of color #8ADB92: hue angle of 125.93º 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 #8ADB92 is Cyan = 0.37, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 138 | 219 | 146 | - |
| CMYK | 0.37 | 0 | 0.33 | 0.14 |
| HSL | 125.93º | 0.53% | 0.7% | - |
| HSV(B) | 125.93º | 0.37% | 0.86% | - |
| XYZ | 41 | 58.14 | 36.26 | - |
| YUV | 186.46 | 105.16 | 93.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 219 | 146 | 0.37 | 0 | 0.33 | 0.14 | 125.93 | 0.53 | 0.7 |
| Hex | 8A | DB | 92 | 25 | 0 | 21 | E | 7E | 35 | 46 |
| Octal | 212 | 333 | 222 | 45 | 0 | 41 | 16 | 176 | 65 | 106 |
| Binary | 10001010 | 11011011 | 10010010 | 100101 | 0 | 100001 | 1110 | 1111110 | 110101 | 1000110 |
Color Harmonies of #8ADB92
Complementary color
Monochromatic Colors of #8ADB92
Black with #8ADB92
Text Example
Text Example
White with #8ADB92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ADB92; }
p { color: rgb(138,219,146); }
H1.HeaderClassName
{
color: #8ADB92;
}
.AnyTagClassName
{
color: #8ADB92;
}
</style>
background-color css
<style>
a { background-color: #8ADB92; }
a { background-color: rgb(138,219,146); }
div.DivClassName
{
background-color: #8ADB92;
}
.BgClassName
{
background-color: #8ADB92;
}
</style>
border-color css
<style>
span { border-color: #8ADB92; }
span { border-color: rgb(138,219,146); }
td.TdClassName
{
border-color: #8ADB92;
}
.TagClassName
{
border-color: #8ADB92;
}
</style>