Shades of De York #72C87C
Tints of De York #72C87C
RGB
CMYK
RGB Variations
Color information
#72C87C (or 0x72C87C) is known color: De York. HEX triplet: 72, C8 and 7C. RGB value is (114,200,124). Sum of RGB (Red+Green+Blue) = 114+200+124=438 (58% of max value = 765). Red value is 114 (44.92% from 255 or 26.03% from 438); Green value is 200 (78.52% from 255 or 45.66% from 438); Blue value is 124 (48.83% from 255 or 28.31% from 438); Max value from RGB is 200 - color contains mainly: green. Hex color #72C87C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72C87C is #8D3783. Grayscale: #A5A5A5. Windows color (decimal): -9254788 or 8177778. OLE color: 8177778.
HSL color Cylindrical-coordinate representation of color #72C87C: hue angle of 126.98º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #72C87C is Cyan = 0.43, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 114 | 200 | 124 | - |
| CMYK | 0.43 | 0 | 0.38 | 0.22 |
| HSL | 126.98º | 0.44% | 0.62% | - |
| HSV(B) | 126.98º | 0.43% | 0.78% | - |
| XYZ | 31.23 | 46.34 | 26.37 | - |
| YUV | 165.62 | 104.51 | 91.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 200 | 124 | 0.43 | 0 | 0.38 | 0.22 | 126.98 | 0.44 | 0.62 |
| Hex | 72 | C8 | 7C | 2B | 0 | 26 | 16 | 7F | 2C | 3E |
| Octal | 162 | 310 | 174 | 53 | 0 | 46 | 26 | 177 | 54 | 76 |
| Binary | 1110010 | 11001000 | 1111100 | 101011 | 0 | 100110 | 10110 | 1111111 | 101100 | 111110 |
Color Harmonies of #72C87C
Complementary color
Monochromatic Colors of #72C87C
Black with #72C87C
Text Example
Text Example
White with #72C87C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72C87C; }
p { color: rgb(114,200,124); }
H1.HeaderClassName
{
color: #72C87C;
}
.AnyTagClassName
{
color: #72C87C;
}
</style>
background-color css
<style>
a { background-color: #72C87C; }
a { background-color: rgb(114,200,124); }
div.DivClassName
{
background-color: #72C87C;
}
.BgClassName
{
background-color: #72C87C;
}
</style>
border-color css
<style>
span { border-color: #72C87C; }
span { border-color: rgb(114,200,124); }
td.TdClassName
{
border-color: #72C87C;
}
.TagClassName
{
border-color: #72C87C;
}
</style>