Shades of De York #7DDC8A
Tints of De York #7DDC8A
RGB
CMYK
RGB Variations
Color information
#7DDC8A (or 0x7DDC8A) is known color: De York. HEX triplet: 7D, DC and 8A. RGB value is (125,220,138). Sum of RGB (Red+Green+Blue) = 125+220+138=483 (63% of max value = 765). Red value is 125 (49.22% from 255 or 25.88% from 483); Green value is 220 (86.33% from 255 or 45.55% from 483); Blue value is 138 (54.30% from 255 or 28.57% from 483); Max value from RGB is 220 - color contains mainly: green. Hex color #7DDC8A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DDC8A is #822375. Grayscale: #B6B6B6. Windows color (decimal): -8528758 or 9100413. OLE color: 9100413.
HSL color Cylindrical-coordinate representation of color #7DDC8A: hue angle of 128.21º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7DDC8A is Cyan = 0.43, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 125 | 220 | 138 | - |
| CMYK | 0.43 | 0 | 0.37 | 0.14 |
| HSL | 128.21º | 0.58% | 0.68% | - |
| HSV(B) | 128.21º | 0.43% | 0.86% | - |
| XYZ | 38.64 | 57.38 | 33.08 | - |
| YUV | 182.25 | 103.03 | 87.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 220 | 138 | 0.43 | 0 | 0.37 | 0.14 | 128.21 | 0.58 | 0.68 |
| Hex | 7D | DC | 8A | 2B | 0 | 25 | E | 80 | 3A | 44 |
| Octal | 175 | 334 | 212 | 53 | 0 | 45 | 16 | 200 | 72 | 104 |
| Binary | 1111101 | 11011100 | 10001010 | 101011 | 0 | 100101 | 1110 | 10000000 | 111010 | 1000100 |
Color Harmonies of #7DDC8A
Complementary color
Monochromatic Colors of #7DDC8A
Black with #7DDC8A
Text Example
Text Example
White with #7DDC8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DDC8A; }
p { color: rgb(125,220,138); }
H1.HeaderClassName
{
color: #7DDC8A;
}
.AnyTagClassName
{
color: #7DDC8A;
}
</style>
background-color css
<style>
a { background-color: #7DDC8A; }
a { background-color: rgb(125,220,138); }
div.DivClassName
{
background-color: #7DDC8A;
}
.BgClassName
{
background-color: #7DDC8A;
}
</style>
border-color css
<style>
span { border-color: #7DDC8A; }
span { border-color: rgb(125,220,138); }
td.TdClassName
{
border-color: #7DDC8A;
}
.TagClassName
{
border-color: #7DDC8A;
}
</style>