Shades of De York #7ACF7D
Tints of De York #7ACF7D
RGB
CMYK
RGB Variations
Color information
#7ACF7D (or 0x7ACF7D) is known color: De York. HEX triplet: 7A, CF and 7D. RGB value is (122,207,125). Sum of RGB (Red+Green+Blue) = 122+207+125=454 (60% of max value = 765). Red value is 122 (48.05% from 255 or 26.87% from 454); Green value is 207 (81.25% from 255 or 45.59% from 454); Blue value is 125 (49.22% from 255 or 27.53% from 454); Max value from RGB is 207 - color contains mainly: green. Hex color #7ACF7D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7ACF7D is #853082. Grayscale: #ACACAC. Windows color (decimal): -8728707 or 8245114. OLE color: 8245114.
HSL color Cylindrical-coordinate representation of color #7ACF7D: hue angle of 122.12º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7ACF7D is Cyan = 0.41, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 122 | 207 | 125 | - |
| CMYK | 0.41 | 0 | 0.40 | 0.19 |
| HSL | 122.12º | 0.47% | 0.65% | - |
| HSV(B) | 122.12º | 0.41% | 0.81% | - |
| XYZ | 34.04 | 50.24 | 27.31 | - |
| YUV | 172.24 | 101.34 | 92.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 207 | 125 | 0.41 | 0 | 0.40 | 0.19 | 122.12 | 0.47 | 0.65 |
| Hex | 7A | CF | 7D | 29 | 0 | 28 | 13 | 7A | 2F | 41 |
| Octal | 172 | 317 | 175 | 51 | 0 | 50 | 23 | 172 | 57 | 101 |
| Binary | 1111010 | 11001111 | 1111101 | 101001 | 0 | 101000 | 10011 | 1111010 | 101111 | 1000001 |
Color Harmonies of #7ACF7D
Complementary color
Monochromatic Colors of #7ACF7D
Black with #7ACF7D
Text Example
Text Example
White with #7ACF7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ACF7D; }
p { color: rgb(122,207,125); }
H1.HeaderClassName
{
color: #7ACF7D;
}
.AnyTagClassName
{
color: #7ACF7D;
}
</style>
background-color css
<style>
a { background-color: #7ACF7D; }
a { background-color: rgb(122,207,125); }
div.DivClassName
{
background-color: #7ACF7D;
}
.BgClassName
{
background-color: #7ACF7D;
}
</style>
border-color css
<style>
span { border-color: #7ACF7D; }
span { border-color: rgb(122,207,125); }
td.TdClassName
{
border-color: #7ACF7D;
}
.TagClassName
{
border-color: #7ACF7D;
}
</style>