Shades of De York #7DC27C
Tints of De York #7DC27C
RGB
CMYK
RGB Variations
Color information
#7DC27C (or 0x7DC27C) is known color: De York. HEX triplet: 7D, C2 and 7C. RGB value is (125,194,124). Sum of RGB (Red+Green+Blue) = 125+194+124=443 (58% of max value = 765). Red value is 125 (49.22% from 255 or 28.22% from 443); Green value is 194 (76.17% from 255 or 43.79% from 443); Blue value is 124 (48.83% from 255 or 27.99% from 443); Max value from RGB is 194 - color contains mainly: green. Hex color #7DC27C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DC27C is #823D83. Grayscale: #A5A5A5. Windows color (decimal): -8535428 or 8176253. OLE color: 8176253.
HSL color Cylindrical-coordinate representation of color #7DC27C: hue angle of 119.14º degrees, saturation: 0.36, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7DC27C is Cyan = 0.36, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 125 | 194 | 124 | - |
| CMYK | 0.36 | 0 | 0.36 | 0.24 |
| HSL | 119.14º | 0.36% | 0.62% | - |
| HSV(B) | 119.14º | 0.36% | 0.76% | - |
| XYZ | 31.39 | 44.4 | 25.98 | - |
| YUV | 165.39 | 104.64 | 99.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 194 | 124 | 0.36 | 0 | 0.36 | 0.24 | 119.14 | 0.36 | 0.62 |
| Hex | 7D | C2 | 7C | 24 | 0 | 24 | 18 | 77 | 24 | 3E |
| Octal | 175 | 302 | 174 | 44 | 0 | 44 | 30 | 167 | 44 | 76 |
| Binary | 1111101 | 11000010 | 1111100 | 100100 | 0 | 100100 | 11000 | 1110111 | 100100 | 111110 |
Color Harmonies of #7DC27C
Complementary color
Monochromatic Colors of #7DC27C
Black with #7DC27C
Text Example
Text Example
White with #7DC27C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DC27C; }
p { color: rgb(125,194,124); }
H1.HeaderClassName
{
color: #7DC27C;
}
.AnyTagClassName
{
color: #7DC27C;
}
</style>
background-color css
<style>
a { background-color: #7DC27C; }
a { background-color: rgb(125,194,124); }
div.DivClassName
{
background-color: #7DC27C;
}
.BgClassName
{
background-color: #7DC27C;
}
</style>
border-color css
<style>
span { border-color: #7DC27C; }
span { border-color: rgb(125,194,124); }
td.TdClassName
{
border-color: #7DC27C;
}
.TagClassName
{
border-color: #7DC27C;
}
</style>