Shades of De York #72C47D
Tints of De York #72C47D
RGB
CMYK
RGB Variations
Color information
#72C47D (or 0x72C47D) is known color: De York. HEX triplet: 72, C4 and 7D. RGB value is (114,196,125). Sum of RGB (Red+Green+Blue) = 114+196+125=435 (57% of max value = 765). Red value is 114 (44.92% from 255 or 26.21% from 435); Green value is 196 (76.95% from 255 or 45.06% from 435); Blue value is 125 (49.22% from 255 or 28.74% from 435); Max value from RGB is 196 - color contains mainly: green. Hex color #72C47D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72C47D is #8D3B82. Grayscale: #A3A3A3. Windows color (decimal): -9255811 or 8242290. OLE color: 8242290.
HSL color Cylindrical-coordinate representation of color #72C47D: hue angle of 128.05º degrees, saturation: 0.41, 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 #72C47D is Cyan = 0.42, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 114 | 196 | 125 | - |
| CMYK | 0.42 | 0 | 0.36 | 0.23 |
| HSL | 128.05º | 0.41% | 0.61% | - |
| HSV(B) | 128.05º | 0.42% | 0.77% | - |
| XYZ | 30.38 | 44.54 | 26.4 | - |
| YUV | 163.39 | 106.33 | 92.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 196 | 125 | 0.42 | 0 | 0.36 | 0.23 | 128.05 | 0.41 | 0.61 |
| Hex | 72 | C4 | 7D | 2A | 0 | 24 | 17 | 80 | 29 | 3D |
| Octal | 162 | 304 | 175 | 52 | 0 | 44 | 27 | 200 | 51 | 75 |
| Binary | 1110010 | 11000100 | 1111101 | 101010 | 0 | 100100 | 10111 | 10000000 | 101001 | 111101 |
Color Harmonies of #72C47D
Complementary color
Monochromatic Colors of #72C47D
Black with #72C47D
Text Example
Text Example
White with #72C47D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72C47D; }
p { color: rgb(114,196,125); }
H1.HeaderClassName
{
color: #72C47D;
}
.AnyTagClassName
{
color: #72C47D;
}
</style>
background-color css
<style>
a { background-color: #72C47D; }
a { background-color: rgb(114,196,125); }
div.DivClassName
{
background-color: #72C47D;
}
.BgClassName
{
background-color: #72C47D;
}
</style>
border-color css
<style>
span { border-color: #72C47D; }
span { border-color: rgb(114,196,125); }
td.TdClassName
{
border-color: #72C47D;
}
.TagClassName
{
border-color: #72C47D;
}
</style>