Shades of De York #7DD08A
Tints of De York #7DD08A
RGB
CMYK
RGB Variations
Color information
#7DD08A (or 0x7DD08A) is known color: De York. HEX triplet: 7D, D0 and 8A. RGB value is (125,208,138). Sum of RGB (Red+Green+Blue) = 125+208+138=471 (62% of max value = 765). Red value is 125 (49.22% from 255 or 26.54% from 471); Green value is 208 (81.64% from 255 or 44.16% from 471); Blue value is 138 (54.30% from 255 or 29.30% from 471); Max value from RGB is 208 - color contains mainly: green. Hex color #7DD08A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DD08A is #822F75. Grayscale: #AFAFAF. Windows color (decimal): -8531830 or 9097341. OLE color: 9097341.
HSL color Cylindrical-coordinate representation of color #7DD08A: hue angle of 129.4º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7DD08A is Cyan = 0.40, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 125 | 208 | 138 | - |
| CMYK | 0.40 | 0 | 0.34 | 0.18 |
| HSL | 129.4º | 0.47% | 0.65% | - |
| HSV(B) | 129.4º | 0.4% | 0.82% | - |
| XYZ | 35.6 | 51.31 | 32.07 | - |
| YUV | 175.2 | 107 | 92.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 208 | 138 | 0.40 | 0 | 0.34 | 0.18 | 129.4 | 0.47 | 0.65 |
| Hex | 7D | D0 | 8A | 28 | 0 | 22 | 12 | 81 | 2F | 41 |
| Octal | 175 | 320 | 212 | 50 | 0 | 42 | 22 | 201 | 57 | 101 |
| Binary | 1111101 | 11010000 | 10001010 | 101000 | 0 | 100010 | 10010 | 10000001 | 101111 | 1000001 |
Color Harmonies of #7DD08A
Complementary color
Monochromatic Colors of #7DD08A
Black with #7DD08A
Text Example
Text Example
White with #7DD08A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DD08A; }
p { color: rgb(125,208,138); }
H1.HeaderClassName
{
color: #7DD08A;
}
.AnyTagClassName
{
color: #7DD08A;
}
</style>
background-color css
<style>
a { background-color: #7DD08A; }
a { background-color: rgb(125,208,138); }
div.DivClassName
{
background-color: #7DD08A;
}
.BgClassName
{
background-color: #7DD08A;
}
</style>
border-color css
<style>
span { border-color: #7DD08A; }
span { border-color: rgb(125,208,138); }
td.TdClassName
{
border-color: #7DD08A;
}
.TagClassName
{
border-color: #7DD08A;
}
</style>