Shades of De York #7ACF85
Tints of De York #7ACF85
RGB
CMYK
RGB Variations
Color information
#7ACF85 (or 0x7ACF85) is known color: De York. HEX triplet: 7A, CF and 85. RGB value is (122,207,133). Sum of RGB (Red+Green+Blue) = 122+207+133=462 (61% of max value = 765). Red value is 122 (48.05% from 255 or 26.41% from 462); Green value is 207 (81.25% from 255 or 44.81% from 462); Blue value is 133 (52.34% from 255 or 28.79% from 462); Max value from RGB is 207 - color contains mainly: green. Hex color #7ACF85 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ACF85 is #85307A. Grayscale: #ADADAD. Windows color (decimal): -8728699 or 8769402. OLE color: 8769402.
HSL color Cylindrical-coordinate representation of color #7ACF85: hue angle of 127.76º 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 #7ACF85 is Cyan = 0.41, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 122 | 207 | 133 | - |
| CMYK | 0.41 | 0 | 0.36 | 0.19 |
| HSL | 127.76º | 0.47% | 0.65% | - |
| HSV(B) | 127.76º | 0.41% | 0.81% | - |
| XYZ | 34.57 | 50.46 | 30.11 | - |
| YUV | 173.15 | 105.34 | 91.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 207 | 133 | 0.41 | 0 | 0.36 | 0.19 | 127.76 | 0.47 | 0.65 |
| Hex | 7A | CF | 85 | 29 | 0 | 24 | 13 | 80 | 2F | 41 |
| Octal | 172 | 317 | 205 | 51 | 0 | 44 | 23 | 200 | 57 | 101 |
| Binary | 1111010 | 11001111 | 10000101 | 101001 | 0 | 100100 | 10011 | 10000000 | 101111 | 1000001 |
Color Harmonies of #7ACF85
Complementary color
Monochromatic Colors of #7ACF85
Black with #7ACF85
Text Example
Text Example
White with #7ACF85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ACF85; }
p { color: rgb(122,207,133); }
H1.HeaderClassName
{
color: #7ACF85;
}
.AnyTagClassName
{
color: #7ACF85;
}
</style>
background-color css
<style>
a { background-color: #7ACF85; }
a { background-color: rgb(122,207,133); }
div.DivClassName
{
background-color: #7ACF85;
}
.BgClassName
{
background-color: #7ACF85;
}
</style>
border-color css
<style>
span { border-color: #7ACF85; }
span { border-color: rgb(122,207,133); }
td.TdClassName
{
border-color: #7ACF85;
}
.TagClassName
{
border-color: #7ACF85;
}
</style>