Shades of De York #8AD083
Tints of De York #8AD083
RGB
CMYK
RGB Variations
Color information
#8AD083 (or 0x8AD083) is known color: De York. HEX triplet: 8A, D0 and 83. RGB value is (138,208,131). Sum of RGB (Red+Green+Blue) = 138+208+131=477 (63% of max value = 765). Red value is 138 (54.30% from 255 or 28.93% from 477); Green value is 208 (81.64% from 255 or 43.61% from 477); Blue value is 131 (51.56% from 255 or 27.46% from 477); Max value from RGB is 208 - color contains mainly: green. Hex color #8AD083 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8AD083 is #752F7C. Grayscale: #B2B2B2. Windows color (decimal): -7679869 or 8638602. OLE color: 8638602.
HSL color Cylindrical-coordinate representation of color #8AD083: hue angle of 114.55º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8AD083 is Cyan = 0.34, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 138 | 208 | 131 | - |
| CMYK | 0.34 | 0 | 0.37 | 0.18 |
| HSL | 114.55º | 0.45% | 0.66% | - |
| HSV(B) | 114.55º | 0.37% | 0.82% | - |
| XYZ | 37.13 | 52.15 | 29.58 | - |
| YUV | 178.29 | 101.31 | 99.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 208 | 131 | 0.34 | 0 | 0.37 | 0.18 | 114.55 | 0.45 | 0.66 |
| Hex | 8A | D0 | 83 | 22 | 0 | 25 | 12 | 73 | 2D | 42 |
| Octal | 212 | 320 | 203 | 42 | 0 | 45 | 22 | 163 | 55 | 102 |
| Binary | 10001010 | 11010000 | 10000011 | 100010 | 0 | 100101 | 10010 | 1110011 | 101101 | 1000010 |
Color Harmonies of #8AD083
Complementary color
Monochromatic Colors of #8AD083
Black with #8AD083
Text Example
Text Example
White with #8AD083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AD083; }
p { color: rgb(138,208,131); }
H1.HeaderClassName
{
color: #8AD083;
}
.AnyTagClassName
{
color: #8AD083;
}
</style>
background-color css
<style>
a { background-color: #8AD083; }
a { background-color: rgb(138,208,131); }
div.DivClassName
{
background-color: #8AD083;
}
.BgClassName
{
background-color: #8AD083;
}
</style>
border-color css
<style>
span { border-color: #8AD083; }
span { border-color: rgb(138,208,131); }
td.TdClassName
{
border-color: #8AD083;
}
.TagClassName
{
border-color: #8AD083;
}
</style>