Shades of De York #7ACF7E
Tints of De York #7ACF7E
RGB
CMYK
RGB Variations
Color information
#7ACF7E (or 0x7ACF7E) is known color: De York. HEX triplet: 7A, CF and 7E. RGB value is (122,207,126). Sum of RGB (Red+Green+Blue) = 122+207+126=455 (60% of max value = 765). Red value is 122 (48.05% from 255 or 26.81% from 455); Green value is 207 (81.25% from 255 or 45.49% from 455); Blue value is 126 (49.61% from 255 or 27.69% from 455); Max value from RGB is 207 - color contains mainly: green. Hex color #7ACF7E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7ACF7E is #853081. Grayscale: #ACACAC. Windows color (decimal): -8728706 or 8310650. OLE color: 8310650.
HSL color Cylindrical-coordinate representation of color #7ACF7E: hue angle of 122.82º 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 #7ACF7E is Cyan = 0.41, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 122 | 207 | 126 | - |
| CMYK | 0.41 | 0 | 0.39 | 0.19 |
| HSL | 122.82º | 0.47% | 0.65% | - |
| HSV(B) | 122.82º | 0.41% | 0.81% | - |
| XYZ | 34.1 | 50.27 | 27.64 | - |
| YUV | 172.35 | 101.84 | 92.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 207 | 126 | 0.41 | 0 | 0.39 | 0.19 | 122.82 | 0.47 | 0.65 |
| Hex | 7A | CF | 7E | 29 | 0 | 27 | 13 | 7B | 2F | 41 |
| Octal | 172 | 317 | 176 | 51 | 0 | 47 | 23 | 173 | 57 | 101 |
| Binary | 1111010 | 11001111 | 1111110 | 101001 | 0 | 100111 | 10011 | 1111011 | 101111 | 1000001 |
Color Harmonies of #7ACF7E
Complementary color
Monochromatic Colors of #7ACF7E
Black with #7ACF7E
Text Example
Text Example
White with #7ACF7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ACF7E; }
p { color: rgb(122,207,126); }
H1.HeaderClassName
{
color: #7ACF7E;
}
.AnyTagClassName
{
color: #7ACF7E;
}
</style>
background-color css
<style>
a { background-color: #7ACF7E; }
a { background-color: rgb(122,207,126); }
div.DivClassName
{
background-color: #7ACF7E;
}
.BgClassName
{
background-color: #7ACF7E;
}
</style>
border-color css
<style>
span { border-color: #7ACF7E; }
span { border-color: rgb(122,207,126); }
td.TdClassName
{
border-color: #7ACF7E;
}
.TagClassName
{
border-color: #7ACF7E;
}
</style>