Shades of De York #72C57D
Tints of De York #72C57D
RGB
CMYK
RGB Variations
Color information
#72C57D (or 0x72C57D) is known color: De York. HEX triplet: 72, C5 and 7D. RGB value is (114,197,125). Sum of RGB (Red+Green+Blue) = 114+197+125=436 (57% of max value = 765). Red value is 114 (44.92% from 255 or 26.15% from 436); Green value is 197 (77.34% from 255 or 45.18% from 436); Blue value is 125 (49.22% from 255 or 28.67% from 436); Max value from RGB is 197 - color contains mainly: green. Hex color #72C57D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72C57D is #8D3A82. Grayscale: #A4A4A4. Windows color (decimal): -9255555 or 8242546. OLE color: 8242546.
HSL color Cylindrical-coordinate representation of color #72C57D: hue angle of 127.95º degrees, saturation: 0.42, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #72C57D is Cyan = 0.42, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 114 | 197 | 125 | - |
| CMYK | 0.42 | 0 | 0.37 | 0.23 |
| HSL | 127.95º | 0.42% | 0.61% | - |
| HSV(B) | 127.95º | 0.42% | 0.77% | - |
| XYZ | 30.61 | 44.99 | 26.47 | - |
| YUV | 163.98 | 106 | 92.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 197 | 125 | 0.42 | 0 | 0.37 | 0.23 | 127.95 | 0.42 | 0.61 |
| Hex | 72 | C5 | 7D | 2A | 0 | 25 | 17 | 80 | 2A | 3D |
| Octal | 162 | 305 | 175 | 52 | 0 | 45 | 27 | 200 | 52 | 75 |
| Binary | 1110010 | 11000101 | 1111101 | 101010 | 0 | 100101 | 10111 | 10000000 | 101010 | 111101 |
Color Harmonies of #72C57D
Complementary color
Monochromatic Colors of #72C57D
Black with #72C57D
Text Example
Text Example
White with #72C57D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72C57D; }
p { color: rgb(114,197,125); }
H1.HeaderClassName
{
color: #72C57D;
}
.AnyTagClassName
{
color: #72C57D;
}
</style>
background-color css
<style>
a { background-color: #72C57D; }
a { background-color: rgb(114,197,125); }
div.DivClassName
{
background-color: #72C57D;
}
.BgClassName
{
background-color: #72C57D;
}
</style>
border-color css
<style>
span { border-color: #72C57D; }
span { border-color: rgb(114,197,125); }
td.TdClassName
{
border-color: #72C57D;
}
.TagClassName
{
border-color: #72C57D;
}
</style>