Shades of De York #8AD381
Tints of De York #8AD381
RGB
CMYK
RGB Variations
Color information
#8AD381 (or 0x8AD381) is known color: De York. HEX triplet: 8A, D3 and 81. RGB value is (138,211,129). Sum of RGB (Red+Green+Blue) = 138+211+129=478 (63% of max value = 765). Red value is 138 (54.30% from 255 or 28.87% from 478); Green value is 211 (82.81% from 255 or 44.14% from 478); Blue value is 129 (50.78% from 255 or 26.99% from 478); Max value from RGB is 211 - color contains mainly: green. Hex color #8AD381 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8AD381 is #752C7E. Grayscale: #B4B4B4. Windows color (decimal): -7679103 or 8508298. OLE color: 8508298.
HSL color Cylindrical-coordinate representation of color #8AD381: hue angle of 113.41º degrees, saturation: 0.48, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8AD381 is Cyan = 0.35, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 138 | 211 | 129 | - |
| CMYK | 0.35 | 0 | 0.39 | 0.17 |
| HSL | 113.41º | 0.48% | 0.67% | - |
| HSV(B) | 113.41º | 0.39% | 0.83% | - |
| XYZ | 37.74 | 53.58 | 29.12 | - |
| YUV | 179.83 | 99.32 | 98.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 211 | 129 | 0.35 | 0 | 0.39 | 0.17 | 113.41 | 0.48 | 0.67 |
| Hex | 8A | D3 | 81 | 23 | 0 | 27 | 11 | 71 | 30 | 43 |
| Octal | 212 | 323 | 201 | 43 | 0 | 47 | 21 | 161 | 60 | 103 |
| Binary | 10001010 | 11010011 | 10000001 | 100011 | 0 | 100111 | 10001 | 1110001 | 110000 | 1000011 |
Color Harmonies of #8AD381
Complementary color
Monochromatic Colors of #8AD381
Black with #8AD381
Text Example
Text Example
White with #8AD381
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AD381; }
p { color: rgb(138,211,129); }
H1.HeaderClassName
{
color: #8AD381;
}
.AnyTagClassName
{
color: #8AD381;
}
</style>
background-color css
<style>
a { background-color: #8AD381; }
a { background-color: rgb(138,211,129); }
div.DivClassName
{
background-color: #8AD381;
}
.BgClassName
{
background-color: #8AD381;
}
</style>
border-color css
<style>
span { border-color: #8AD381; }
span { border-color: rgb(138,211,129); }
td.TdClassName
{
border-color: #8AD381;
}
.TagClassName
{
border-color: #8AD381;
}
</style>