Shades of De York #7DC681
Tints of De York #7DC681
RGB
CMYK
RGB Variations
Color information
#7DC681 (or 0x7DC681) is known color: De York. HEX triplet: 7D, C6 and 81. RGB value is (125,198,129). Sum of RGB (Red+Green+Blue) = 125+198+129=452 (59% of max value = 765). Red value is 125 (49.22% from 255 or 27.65% from 452); Green value is 198 (77.73% from 255 or 43.81% from 452); Blue value is 129 (50.78% from 255 or 28.54% from 452); Max value from RGB is 198 - color contains mainly: green. Hex color #7DC681 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DC681 is #82397E. Grayscale: #A8A8A8. Windows color (decimal): -8534399 or 8504957. OLE color: 8504957.
HSL color Cylindrical-coordinate representation of color #7DC681: hue angle of 123.29º degrees, saturation: 0.39, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7DC681 is Cyan = 0.37, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 125 | 198 | 129 | - |
| CMYK | 0.37 | 0 | 0.35 | 0.22 |
| HSL | 123.29º | 0.39% | 0.63% | - |
| HSV(B) | 123.29º | 0.37% | 0.78% | - |
| XYZ | 32.61 | 46.33 | 27.99 | - |
| YUV | 168.31 | 105.82 | 97.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 198 | 129 | 0.37 | 0 | 0.35 | 0.22 | 123.29 | 0.39 | 0.63 |
| Hex | 7D | C6 | 81 | 25 | 0 | 23 | 16 | 7B | 27 | 3F |
| Octal | 175 | 306 | 201 | 45 | 0 | 43 | 26 | 173 | 47 | 77 |
| Binary | 1111101 | 11000110 | 10000001 | 100101 | 0 | 100011 | 10110 | 1111011 | 100111 | 111111 |
Color Harmonies of #7DC681
Complementary color
Monochromatic Colors of #7DC681
Black with #7DC681
Text Example
Text Example
White with #7DC681
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DC681; }
p { color: rgb(125,198,129); }
H1.HeaderClassName
{
color: #7DC681;
}
.AnyTagClassName
{
color: #7DC681;
}
</style>
background-color css
<style>
a { background-color: #7DC681; }
a { background-color: rgb(125,198,129); }
div.DivClassName
{
background-color: #7DC681;
}
.BgClassName
{
background-color: #7DC681;
}
</style>
border-color css
<style>
span { border-color: #7DC681; }
span { border-color: rgb(125,198,129); }
td.TdClassName
{
border-color: #7DC681;
}
.TagClassName
{
border-color: #7DC681;
}
</style>