Shades of De York #7AD58F
Tints of De York #7AD58F
RGB
CMYK
RGB Variations
Color information
#7AD58F (or 0x7AD58F) is known color: De York. HEX triplet: 7A, D5 and 8F. RGB value is (122,213,143). Sum of RGB (Red+Green+Blue) = 122+213+143=478 (63% of max value = 765). Red value is 122 (48.05% from 255 or 25.52% from 478); Green value is 213 (83.59% from 255 or 44.56% from 478); Blue value is 143 (56.25% from 255 or 29.92% from 478); Max value from RGB is 213 - color contains mainly: green. Hex color #7AD58F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7AD58F is #852A70. Grayscale: #B1B1B1. Windows color (decimal): -8727153 or 9426298. OLE color: 9426298.
HSL color Cylindrical-coordinate representation of color #7AD58F: hue angle of 133.85º degrees, saturation: 0.52, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7AD58F is Cyan = 0.43, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 122 | 213 | 143 | - |
| CMYK | 0.43 | 0 | 0.33 | 0.16 |
| HSL | 133.85º | 0.52% | 0.66% | - |
| HSV(B) | 133.85º | 0.43% | 0.84% | - |
| XYZ | 36.78 | 53.71 | 34.42 | - |
| YUV | 177.81 | 108.35 | 88.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 213 | 143 | 0.43 | 0 | 0.33 | 0.16 | 133.85 | 0.52 | 0.66 |
| Hex | 7A | D5 | 8F | 2B | 0 | 21 | 10 | 86 | 34 | 42 |
| Octal | 172 | 325 | 217 | 53 | 0 | 41 | 20 | 206 | 64 | 102 |
| Binary | 1111010 | 11010101 | 10001111 | 101011 | 0 | 100001 | 10000 | 10000110 | 110100 | 1000010 |
Color Harmonies of #7AD58F
Complementary color
Monochromatic Colors of #7AD58F
Black with #7AD58F
Text Example
Text Example
White with #7AD58F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AD58F; }
p { color: rgb(122,213,143); }
H1.HeaderClassName
{
color: #7AD58F;
}
.AnyTagClassName
{
color: #7AD58F;
}
</style>
background-color css
<style>
a { background-color: #7AD58F; }
a { background-color: rgb(122,213,143); }
div.DivClassName
{
background-color: #7AD58F;
}
.BgClassName
{
background-color: #7AD58F;
}
</style>
border-color css
<style>
span { border-color: #7AD58F; }
span { border-color: rgb(122,213,143); }
td.TdClassName
{
border-color: #7AD58F;
}
.TagClassName
{
border-color: #7AD58F;
}
</style>