Shades of De York #8ADD83
Tints of De York #8ADD83
RGB
CMYK
RGB Variations
Color information
#8ADD83 (or 0x8ADD83) is known color: De York. HEX triplet: 8A, DD and 83. RGB value is (138,221,131). Sum of RGB (Red+Green+Blue) = 138+221+131=490 (64% of max value = 765). Red value is 138 (54.30% from 255 or 28.16% from 490); Green value is 221 (86.72% from 255 or 45.10% from 490); Blue value is 131 (51.56% from 255 or 26.73% from 490); Max value from RGB is 221 - color contains mainly: green. Hex color #8ADD83 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ADD83 is #75227C. Grayscale: #BABABA. Windows color (decimal): -7676541 or 8641930. OLE color: 8641930.
HSL color Cylindrical-coordinate representation of color #8ADD83: hue angle of 115.33º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8ADD83 is Cyan = 0.38, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 138 | 221 | 131 | - |
| CMYK | 0.38 | 0 | 0.41 | 0.13 |
| HSL | 115.33º | 0.57% | 0.69% | - |
| HSV(B) | 115.33º | 0.41% | 0.87% | - |
| XYZ | 40.43 | 58.75 | 30.68 | - |
| YUV | 185.92 | 97 | 93.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 221 | 131 | 0.38 | 0 | 0.41 | 0.13 | 115.33 | 0.57 | 0.69 |
| Hex | 8A | DD | 83 | 26 | 0 | 29 | D | 73 | 39 | 45 |
| Octal | 212 | 335 | 203 | 46 | 0 | 51 | 15 | 163 | 71 | 105 |
| Binary | 10001010 | 11011101 | 10000011 | 100110 | 0 | 101001 | 1101 | 1110011 | 111001 | 1000101 |
Color Harmonies of #8ADD83
Complementary color
Monochromatic Colors of #8ADD83
Black with #8ADD83
Text Example
Text Example
White with #8ADD83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ADD83; }
p { color: rgb(138,221,131); }
H1.HeaderClassName
{
color: #8ADD83;
}
.AnyTagClassName
{
color: #8ADD83;
}
</style>
background-color css
<style>
a { background-color: #8ADD83; }
a { background-color: rgb(138,221,131); }
div.DivClassName
{
background-color: #8ADD83;
}
.BgClassName
{
background-color: #8ADD83;
}
</style>
border-color css
<style>
span { border-color: #8ADD83; }
span { border-color: rgb(138,221,131); }
td.TdClassName
{
border-color: #8ADD83;
}
.TagClassName
{
border-color: #8ADD83;
}
</style>