Shades of De York #7ACF8D
Tints of De York #7ACF8D
RGB
CMYK
RGB Variations
Color information
#7ACF8D (or 0x7ACF8D) is known color: De York. HEX triplet: 7A, CF and 8D. RGB value is (122,207,141). Sum of RGB (Red+Green+Blue) = 122+207+141=470 (62% of max value = 765). Red value is 122 (48.05% from 255 or 25.96% from 470); Green value is 207 (81.25% from 255 or 44.04% from 470); Blue value is 141 (55.47% from 255 or 30% from 470); Max value from RGB is 207 - color contains mainly: green. Hex color #7ACF8D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ACF8D is #853072. Grayscale: #AEAEAE. Windows color (decimal): -8728691 or 9293690. OLE color: 9293690.
HSL color Cylindrical-coordinate representation of color #7ACF8D: hue angle of 133.41º 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 #7ACF8D is Cyan = 0.41, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 122 | 207 | 141 | - |
| CMYK | 0.41 | 0 | 0.32 | 0.19 |
| HSL | 133.41º | 0.47% | 0.65% | - |
| HSV(B) | 133.41º | 0.41% | 0.81% | - |
| XYZ | 35.15 | 50.69 | 33.13 | - |
| YUV | 174.06 | 109.34 | 90.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 207 | 141 | 0.41 | 0 | 0.32 | 0.19 | 133.41 | 0.47 | 0.65 |
| Hex | 7A | CF | 8D | 29 | 0 | 20 | 13 | 85 | 2F | 41 |
| Octal | 172 | 317 | 215 | 51 | 0 | 40 | 23 | 205 | 57 | 101 |
| Binary | 1111010 | 11001111 | 10001101 | 101001 | 0 | 100000 | 10011 | 10000101 | 101111 | 1000001 |
Color Harmonies of #7ACF8D
Complementary color
Monochromatic Colors of #7ACF8D
Black with #7ACF8D
Text Example
Text Example
White with #7ACF8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ACF8D; }
p { color: rgb(122,207,141); }
H1.HeaderClassName
{
color: #7ACF8D;
}
.AnyTagClassName
{
color: #7ACF8D;
}
</style>
background-color css
<style>
a { background-color: #7ACF8D; }
a { background-color: rgb(122,207,141); }
div.DivClassName
{
background-color: #7ACF8D;
}
.BgClassName
{
background-color: #7ACF8D;
}
</style>
border-color css
<style>
span { border-color: #7ACF8D; }
span { border-color: rgb(122,207,141); }
td.TdClassName
{
border-color: #7ACF8D;
}
.TagClassName
{
border-color: #7ACF8D;
}
</style>