Shades of De York #72C87F
Tints of De York #72C87F
RGB
CMYK
RGB Variations
Color information
#72C87F (or 0x72C87F) is known color: De York. HEX triplet: 72, C8 and 7F. RGB value is (114,200,127). Sum of RGB (Red+Green+Blue) = 114+200+127=441 (58% of max value = 765). Red value is 114 (44.92% from 255 or 25.85% from 441); Green value is 200 (78.52% from 255 or 45.35% from 441); Blue value is 127 (50% from 255 or 28.80% from 441); Max value from RGB is 200 - color contains mainly: green. Hex color #72C87F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72C87F is #8D3780. Grayscale: #A6A6A6. Windows color (decimal): -9254785 or 8374386. OLE color: 8374386.
HSL color Cylindrical-coordinate representation of color #72C87F: hue angle of 129.07º 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 #72C87F is Cyan = 0.43, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 114 | 200 | 127 | - |
| CMYK | 0.43 | 0 | 0.36 | 0.22 |
| HSL | 129.07º | 0.44% | 0.62% | - |
| HSV(B) | 129.07º | 0.43% | 0.78% | - |
| XYZ | 31.42 | 46.42 | 27.38 | - |
| YUV | 165.96 | 106.01 | 90.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 200 | 127 | 0.43 | 0 | 0.36 | 0.22 | 129.07 | 0.44 | 0.62 |
| Hex | 72 | C8 | 7F | 2B | 0 | 24 | 16 | 81 | 2C | 3E |
| Octal | 162 | 310 | 177 | 53 | 0 | 44 | 26 | 201 | 54 | 76 |
| Binary | 1110010 | 11001000 | 1111111 | 101011 | 0 | 100100 | 10110 | 10000001 | 101100 | 111110 |
Color Harmonies of #72C87F
Complementary color
Monochromatic Colors of #72C87F
Black with #72C87F
Text Example
Text Example
White with #72C87F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72C87F; }
p { color: rgb(114,200,127); }
H1.HeaderClassName
{
color: #72C87F;
}
.AnyTagClassName
{
color: #72C87F;
}
</style>
background-color css
<style>
a { background-color: #72C87F; }
a { background-color: rgb(114,200,127); }
div.DivClassName
{
background-color: #72C87F;
}
.BgClassName
{
background-color: #72C87F;
}
</style>
border-color css
<style>
span { border-color: #72C87F; }
span { border-color: rgb(114,200,127); }
td.TdClassName
{
border-color: #72C87F;
}
.TagClassName
{
border-color: #72C87F;
}
</style>