Shades of De York #8ADB83
Tints of De York #8ADB83
RGB
CMYK
RGB Variations
Color information
#8ADB83 (or 0x8ADB83) is known color: De York. HEX triplet: 8A, DB and 83. RGB value is (138,219,131). Sum of RGB (Red+Green+Blue) = 138+219+131=488 (64% of max value = 765). Red value is 138 (54.30% from 255 or 28.28% from 488); Green value is 219 (85.94% from 255 or 44.88% from 488); Blue value is 131 (51.56% from 255 or 26.84% from 488); Max value from RGB is 219 - color contains mainly: green. Hex color #8ADB83 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ADB83 is #75247C. Grayscale: #B9B9B9. Windows color (decimal): -7677053 or 8641418. OLE color: 8641418.
HSL color Cylindrical-coordinate representation of color #8ADB83: hue angle of 115.23º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8ADB83 is Cyan = 0.37, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 138 | 219 | 131 | - |
| CMYK | 0.37 | 0 | 0.40 | 0.14 |
| HSL | 115.23º | 0.55% | 0.69% | - |
| HSV(B) | 115.23º | 0.4% | 0.86% | - |
| XYZ | 39.91 | 57.71 | 30.51 | - |
| YUV | 184.75 | 97.66 | 94.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 219 | 131 | 0.37 | 0 | 0.40 | 0.14 | 115.23 | 0.55 | 0.69 |
| Hex | 8A | DB | 83 | 25 | 0 | 28 | E | 73 | 37 | 45 |
| Octal | 212 | 333 | 203 | 45 | 0 | 50 | 16 | 163 | 67 | 105 |
| Binary | 10001010 | 11011011 | 10000011 | 100101 | 0 | 101000 | 1110 | 1110011 | 110111 | 1000101 |
Color Harmonies of #8ADB83
Complementary color
Monochromatic Colors of #8ADB83
Black with #8ADB83
Text Example
Text Example
White with #8ADB83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ADB83; }
p { color: rgb(138,219,131); }
H1.HeaderClassName
{
color: #8ADB83;
}
.AnyTagClassName
{
color: #8ADB83;
}
</style>
background-color css
<style>
a { background-color: #8ADB83; }
a { background-color: rgb(138,219,131); }
div.DivClassName
{
background-color: #8ADB83;
}
.BgClassName
{
background-color: #8ADB83;
}
</style>
border-color css
<style>
span { border-color: #8ADB83; }
span { border-color: rgb(138,219,131); }
td.TdClassName
{
border-color: #8ADB83;
}
.TagClassName
{
border-color: #8ADB83;
}
</style>