Shades of De York #8ADC82
Tints of De York #8ADC82
RGB
CMYK
RGB Variations
Color information
#8ADC82 (or 0x8ADC82) is known color: De York. HEX triplet: 8A, DC and 82. RGB value is (138,220,130). Sum of RGB (Red+Green+Blue) = 138+220+130=488 (64% of max value = 765). Red value is 138 (54.30% from 255 or 28.28% from 488); Green value is 220 (86.33% from 255 or 45.08% from 488); Blue value is 130 (51.17% from 255 or 26.64% from 488); Max value from RGB is 220 - color contains mainly: green. Hex color #8ADC82 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ADC82 is #75237D. Grayscale: #B9B9B9. Windows color (decimal): -7676798 or 8576138. OLE color: 8576138.
HSL color Cylindrical-coordinate representation of color #8ADC82: hue angle of 114.67º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8ADC82 is Cyan = 0.37, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 138 | 220 | 130 | - |
| CMYK | 0.37 | 0 | 0.41 | 0.14 |
| HSL | 114.67º | 0.56% | 0.69% | - |
| HSV(B) | 114.67º | 0.41% | 0.86% | - |
| XYZ | 40.1 | 58.2 | 30.24 | - |
| YUV | 185.22 | 96.83 | 94.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 220 | 130 | 0.37 | 0 | 0.41 | 0.14 | 114.67 | 0.56 | 0.69 |
| Hex | 8A | DC | 82 | 25 | 0 | 29 | E | 73 | 38 | 45 |
| Octal | 212 | 334 | 202 | 45 | 0 | 51 | 16 | 163 | 70 | 105 |
| Binary | 10001010 | 11011100 | 10000010 | 100101 | 0 | 101001 | 1110 | 1110011 | 111000 | 1000101 |
Color Harmonies of #8ADC82
Complementary color
Monochromatic Colors of #8ADC82
Black with #8ADC82
Text Example
Text Example
White with #8ADC82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ADC82; }
p { color: rgb(138,220,130); }
H1.HeaderClassName
{
color: #8ADC82;
}
.AnyTagClassName
{
color: #8ADC82;
}
</style>
background-color css
<style>
a { background-color: #8ADC82; }
a { background-color: rgb(138,220,130); }
div.DivClassName
{
background-color: #8ADC82;
}
.BgClassName
{
background-color: #8ADC82;
}
</style>
border-color css
<style>
span { border-color: #8ADC82; }
span { border-color: rgb(138,220,130); }
td.TdClassName
{
border-color: #8ADC82;
}
.TagClassName
{
border-color: #8ADC82;
}
</style>