Shades of De York #7DC58A
Tints of De York #7DC58A
RGB
CMYK
RGB Variations
Color information
#7DC58A (or 0x7DC58A) is known color: De York. HEX triplet: 7D, C5 and 8A. RGB value is (125,197,138). Sum of RGB (Red+Green+Blue) = 125+197+138=460 (60% of max value = 765). Red value is 125 (49.22% from 255 or 27.17% from 460); Green value is 197 (77.34% from 255 or 42.83% from 460); Blue value is 138 (54.30% from 255 or 30% from 460); Max value from RGB is 197 - color contains mainly: green. Hex color #7DC58A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DC58A is #823A75. Grayscale: #A8A8A8. Windows color (decimal): -8534646 or 9094525. OLE color: 9094525.
HSL color Cylindrical-coordinate representation of color #7DC58A: hue angle of 130.83º degrees, saturation: 0.38, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7DC58A is Cyan = 0.37, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 125 | 197 | 138 | - |
| CMYK | 0.37 | 0 | 0.30 | 0.23 |
| HSL | 130.83º | 0.38% | 0.63% | - |
| HSV(B) | 130.83º | 0.37% | 0.77% | - |
| XYZ | 33.01 | 46.13 | 31.21 | - |
| YUV | 168.75 | 110.65 | 96.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 197 | 138 | 0.37 | 0 | 0.30 | 0.23 | 130.83 | 0.38 | 0.63 |
| Hex | 7D | C5 | 8A | 25 | 0 | 1E | 17 | 83 | 26 | 3F |
| Octal | 175 | 305 | 212 | 45 | 0 | 36 | 27 | 203 | 46 | 77 |
| Binary | 1111101 | 11000101 | 10001010 | 100101 | 0 | 11110 | 10111 | 10000011 | 100110 | 111111 |
Color Harmonies of #7DC58A
Complementary color
Monochromatic Colors of #7DC58A
Black with #7DC58A
Text Example
Text Example
White with #7DC58A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DC58A; }
p { color: rgb(125,197,138); }
H1.HeaderClassName
{
color: #7DC58A;
}
.AnyTagClassName
{
color: #7DC58A;
}
</style>
background-color css
<style>
a { background-color: #7DC58A; }
a { background-color: rgb(125,197,138); }
div.DivClassName
{
background-color: #7DC58A;
}
.BgClassName
{
background-color: #7DC58A;
}
</style>
border-color css
<style>
span { border-color: #7DC58A; }
span { border-color: rgb(125,197,138); }
td.TdClassName
{
border-color: #7DC58A;
}
.TagClassName
{
border-color: #7DC58A;
}
</style>