Shades of De York #7ADC99
Tints of De York #7ADC99
RGB
CMYK
RGB Variations
Color information
#7ADC99 (or 0x7ADC99) is known color: De York. HEX triplet: 7A, DC and 99. RGB value is (122,220,153). Sum of RGB (Red+Green+Blue) = 122+220+153=495 (65% of max value = 765). Red value is 122 (48.05% from 255 or 24.65% from 495); Green value is 220 (86.33% from 255 or 44.44% from 495); Blue value is 153 (60.16% from 255 or 30.91% from 495); Max value from RGB is 220 - color contains mainly: green. Hex color #7ADC99 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ADC99 is #852366. Grayscale: #B7B7B7. Windows color (decimal): -8725351 or 10083450. OLE color: 10083450.
HSL color Cylindrical-coordinate representation of color #7ADC99: hue angle of 138.98º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7ADC99 is Cyan = 0.45, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 122 | 220 | 153 | - |
| CMYK | 0.45 | 0 | 0.30 | 0.14 |
| HSL | 138.98º | 0.58% | 0.67% | - |
| HSV(B) | 138.98º | 0.45% | 0.86% | - |
| XYZ | 39.37 | 57.62 | 39.18 | - |
| YUV | 183.06 | 111.03 | 84.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 220 | 153 | 0.45 | 0 | 0.30 | 0.14 | 138.98 | 0.58 | 0.67 |
| Hex | 7A | DC | 99 | 2D | 0 | 1E | E | 8B | 3A | 43 |
| Octal | 172 | 334 | 231 | 55 | 0 | 36 | 16 | 213 | 72 | 103 |
| Binary | 1111010 | 11011100 | 10011001 | 101101 | 0 | 11110 | 1110 | 10001011 | 111010 | 1000011 |
Color Harmonies of #7ADC99
Complementary color
Monochromatic Colors of #7ADC99
Black with #7ADC99
Text Example
Text Example
White with #7ADC99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ADC99; }
p { color: rgb(122,220,153); }
H1.HeaderClassName
{
color: #7ADC99;
}
.AnyTagClassName
{
color: #7ADC99;
}
</style>
background-color css
<style>
a { background-color: #7ADC99; }
a { background-color: rgb(122,220,153); }
div.DivClassName
{
background-color: #7ADC99;
}
.BgClassName
{
background-color: #7ADC99;
}
</style>
border-color css
<style>
span { border-color: #7ADC99; }
span { border-color: rgb(122,220,153); }
td.TdClassName
{
border-color: #7ADC99;
}
.TagClassName
{
border-color: #7ADC99;
}
</style>