Shades of De York #7AC27D
Tints of De York #7AC27D
RGB
CMYK
RGB Variations
Color information
#7AC27D (or 0x7AC27D) is known color: De York. HEX triplet: 7A, C2 and 7D. RGB value is (122,194,125). Sum of RGB (Red+Green+Blue) = 122+194+125=441 (58% of max value = 765). Red value is 122 (48.05% from 255 or 27.66% from 441); Green value is 194 (76.17% from 255 or 43.99% from 441); Blue value is 125 (49.22% from 255 or 28.34% from 441); Max value from RGB is 194 - color contains mainly: green. Hex color #7AC27D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7AC27D is #853D82. Grayscale: #A4A4A4. Windows color (decimal): -8732035 or 8241786. OLE color: 8241786.
HSL color Cylindrical-coordinate representation of color #7AC27D: hue angle of 122.5º degrees, saturation: 0.37, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7AC27D is Cyan = 0.37, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 122 | 194 | 125 | - |
| CMYK | 0.37 | 0 | 0.36 | 0.24 |
| HSL | 122.5º | 0.37% | 0.62% | - |
| HSV(B) | 122.5º | 0.37% | 0.76% | - |
| XYZ | 31.02 | 44.2 | 26.3 | - |
| YUV | 164.61 | 105.65 | 97.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 194 | 125 | 0.37 | 0 | 0.36 | 0.24 | 122.5 | 0.37 | 0.62 |
| Hex | 7A | C2 | 7D | 25 | 0 | 24 | 18 | 7B | 25 | 3E |
| Octal | 172 | 302 | 175 | 45 | 0 | 44 | 30 | 173 | 45 | 76 |
| Binary | 1111010 | 11000010 | 1111101 | 100101 | 0 | 100100 | 11000 | 1111011 | 100101 | 111110 |
Color Harmonies of #7AC27D
Complementary color
Monochromatic Colors of #7AC27D
Black with #7AC27D
Text Example
Text Example
White with #7AC27D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AC27D; }
p { color: rgb(122,194,125); }
H1.HeaderClassName
{
color: #7AC27D;
}
.AnyTagClassName
{
color: #7AC27D;
}
</style>
background-color css
<style>
a { background-color: #7AC27D; }
a { background-color: rgb(122,194,125); }
div.DivClassName
{
background-color: #7AC27D;
}
.BgClassName
{
background-color: #7AC27D;
}
</style>
border-color css
<style>
span { border-color: #7AC27D; }
span { border-color: rgb(122,194,125); }
td.TdClassName
{
border-color: #7AC27D;
}
.TagClassName
{
border-color: #7AC27D;
}
</style>