Shades of De York #7DC37D
Tints of De York #7DC37D
RGB
CMYK
RGB Variations
Color information
#7DC37D (or 0x7DC37D) is known color: De York. HEX triplet: 7D, C3 and 7D. RGB value is (125,195,125). Sum of RGB (Red+Green+Blue) = 125+195+125=445 (58% of max value = 765). Red value is 125 (49.22% from 255 or 28.09% from 445); Green value is 195 (76.56% from 255 or 43.82% from 445); Blue value is 125 (49.22% from 255 or 28.09% from 445); Max value from RGB is 195 - color contains mainly: green. Hex color #7DC37D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DC37D is #823C82. Grayscale: #A6A6A6. Windows color (decimal): -8535171 or 8242045. OLE color: 8242045.
HSL color Cylindrical-coordinate representation of color #7DC37D: hue angle of 120º degrees, saturation: 0.37, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7DC37D is Cyan = 0.36, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 125 | 195 | 125 | - |
| CMYK | 0.36 | 0 | 0.36 | 0.24 |
| HSL | 120º | 0.37% | 0.63% | - |
| HSV(B) | 120º | 0.36% | 0.76% | - |
| XYZ | 31.67 | 44.87 | 26.39 | - |
| YUV | 166.09 | 104.81 | 98.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 195 | 125 | 0.36 | 0 | 0.36 | 0.24 | 120 | 0.37 | 0.63 |
| Hex | 7D | C3 | 7D | 24 | 0 | 24 | 18 | 78 | 25 | 3F |
| Octal | 175 | 303 | 175 | 44 | 0 | 44 | 30 | 170 | 45 | 77 |
| Binary | 1111101 | 11000011 | 1111101 | 100100 | 0 | 100100 | 11000 | 1111000 | 100101 | 111111 |
Color Harmonies of #7DC37D
Complementary color
Monochromatic Colors of #7DC37D
Black with #7DC37D
Text Example
Text Example
White with #7DC37D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DC37D; }
p { color: rgb(125,195,125); }
H1.HeaderClassName
{
color: #7DC37D;
}
.AnyTagClassName
{
color: #7DC37D;
}
</style>
background-color css
<style>
a { background-color: #7DC37D; }
a { background-color: rgb(125,195,125); }
div.DivClassName
{
background-color: #7DC37D;
}
.BgClassName
{
background-color: #7DC37D;
}
</style>
border-color css
<style>
span { border-color: #7DC37D; }
span { border-color: rgb(125,195,125); }
td.TdClassName
{
border-color: #7DC37D;
}
.TagClassName
{
border-color: #7DC37D;
}
</style>