Shades of De York #7DDA8A
Tints of De York #7DDA8A
RGB
CMYK
RGB Variations
Color information
#7DDA8A (or 0x7DDA8A) is known color: De York. HEX triplet: 7D, DA and 8A. RGB value is (125,218,138). Sum of RGB (Red+Green+Blue) = 125+218+138=481 (63% of max value = 765). Red value is 125 (49.22% from 255 or 25.99% from 481); Green value is 218 (85.55% from 255 or 45.32% from 481); Blue value is 138 (54.30% from 255 or 28.69% from 481); Max value from RGB is 218 - color contains mainly: green. Hex color #7DDA8A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DDA8A is #822575. Grayscale: #B5B5B5. Windows color (decimal): -8529270 or 9099901. OLE color: 9099901.
HSL color Cylindrical-coordinate representation of color #7DDA8A: hue angle of 128.39º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7DDA8A is Cyan = 0.43, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 125 | 218 | 138 | - |
| CMYK | 0.43 | 0 | 0.37 | 0.15 |
| HSL | 128.39º | 0.56% | 0.67% | - |
| HSV(B) | 128.39º | 0.43% | 0.85% | - |
| XYZ | 38.12 | 56.34 | 32.91 | - |
| YUV | 181.07 | 103.69 | 88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 218 | 138 | 0.43 | 0 | 0.37 | 0.15 | 128.39 | 0.56 | 0.67 |
| Hex | 7D | DA | 8A | 2B | 0 | 25 | F | 80 | 38 | 43 |
| Octal | 175 | 332 | 212 | 53 | 0 | 45 | 17 | 200 | 70 | 103 |
| Binary | 1111101 | 11011010 | 10001010 | 101011 | 0 | 100101 | 1111 | 10000000 | 111000 | 1000011 |
Color Harmonies of #7DDA8A
Complementary color
Monochromatic Colors of #7DDA8A
Black with #7DDA8A
Text Example
Text Example
White with #7DDA8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DDA8A; }
p { color: rgb(125,218,138); }
H1.HeaderClassName
{
color: #7DDA8A;
}
.AnyTagClassName
{
color: #7DDA8A;
}
</style>
background-color css
<style>
a { background-color: #7DDA8A; }
a { background-color: rgb(125,218,138); }
div.DivClassName
{
background-color: #7DDA8A;
}
.BgClassName
{
background-color: #7DDA8A;
}
</style>
border-color css
<style>
span { border-color: #7DDA8A; }
span { border-color: rgb(125,218,138); }
td.TdClassName
{
border-color: #7DDA8A;
}
.TagClassName
{
border-color: #7DDA8A;
}
</style>