Shades of De York #7DC68F
Tints of De York #7DC68F
RGB
CMYK
RGB Variations
Color information
#7DC68F (or 0x7DC68F) is known color: De York. HEX triplet: 7D, C6 and 8F. RGB value is (125,198,143). Sum of RGB (Red+Green+Blue) = 125+198+143=466 (61% of max value = 765). Red value is 125 (49.22% from 255 or 26.82% from 466); Green value is 198 (77.73% from 255 or 42.49% from 466); Blue value is 143 (56.25% from 255 or 30.69% from 466); Max value from RGB is 198 - color contains mainly: green. Hex color #7DC68F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DC68F is #823970. Grayscale: #AAAAAA. Windows color (decimal): -8534385 or 9422461. OLE color: 9422461.
HSL color Cylindrical-coordinate representation of color #7DC68F: hue angle of 134.79º 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 #7DC68F is Cyan = 0.37, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 125 | 198 | 143 | - |
| CMYK | 0.37 | 0 | 0.28 | 0.22 |
| HSL | 134.79º | 0.39% | 0.63% | - |
| HSV(B) | 134.79º | 0.37% | 0.78% | - |
| XYZ | 33.61 | 46.73 | 33.24 | - |
| YUV | 169.9 | 112.82 | 95.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 198 | 143 | 0.37 | 0 | 0.28 | 0.22 | 134.79 | 0.39 | 0.63 |
| Hex | 7D | C6 | 8F | 25 | 0 | 1C | 16 | 87 | 27 | 3F |
| Octal | 175 | 306 | 217 | 45 | 0 | 34 | 26 | 207 | 47 | 77 |
| Binary | 1111101 | 11000110 | 10001111 | 100101 | 0 | 11100 | 10110 | 10000111 | 100111 | 111111 |
Color Harmonies of #7DC68F
Complementary color
Monochromatic Colors of #7DC68F
Black with #7DC68F
Text Example
Text Example
White with #7DC68F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DC68F; }
p { color: rgb(125,198,143); }
H1.HeaderClassName
{
color: #7DC68F;
}
.AnyTagClassName
{
color: #7DC68F;
}
</style>
background-color css
<style>
a { background-color: #7DC68F; }
a { background-color: rgb(125,198,143); }
div.DivClassName
{
background-color: #7DC68F;
}
.BgClassName
{
background-color: #7DC68F;
}
</style>
border-color css
<style>
span { border-color: #7DC68F; }
span { border-color: rgb(125,198,143); }
td.TdClassName
{
border-color: #7DC68F;
}
.TagClassName
{
border-color: #7DC68F;
}
</style>