Shades of De York #72CA80
Tints of De York #72CA80
RGB
CMYK
RGB Variations
Color information
#72CA80 (or 0x72CA80) is known color: De York. HEX triplet: 72, CA and 80. RGB value is (114,202,128). Sum of RGB (Red+Green+Blue) = 114+202+128=444 (58% of max value = 765). Red value is 114 (44.92% from 255 or 25.68% from 444); Green value is 202 (79.30% from 255 or 45.50% from 444); Blue value is 128 (50.39% from 255 or 28.83% from 444); Max value from RGB is 202 - color contains mainly: green. Hex color #72CA80 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72CA80 is #8D357F. Grayscale: #A7A7A7. Windows color (decimal): -9254272 or 8440434. OLE color: 8440434.
HSL color Cylindrical-coordinate representation of color #72CA80: hue angle of 129.55º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #72CA80 is Cyan = 0.44, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 114 | 202 | 128 | - |
| CMYK | 0.44 | 0 | 0.37 | 0.21 |
| HSL | 129.55º | 0.45% | 0.62% | - |
| HSV(B) | 129.55º | 0.44% | 0.79% | - |
| XYZ | 31.96 | 47.38 | 27.88 | - |
| YUV | 167.25 | 105.85 | 90.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 202 | 128 | 0.44 | 0 | 0.37 | 0.21 | 129.55 | 0.45 | 0.62 |
| Hex | 72 | CA | 80 | 2C | 0 | 25 | 15 | 82 | 2D | 3E |
| Octal | 162 | 312 | 200 | 54 | 0 | 45 | 25 | 202 | 55 | 76 |
| Binary | 1110010 | 11001010 | 10000000 | 101100 | 0 | 100101 | 10101 | 10000010 | 101101 | 111110 |
Color Harmonies of #72CA80
Complementary color
Monochromatic Colors of #72CA80
Black with #72CA80
Text Example
Text Example
White with #72CA80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72CA80; }
p { color: rgb(114,202,128); }
H1.HeaderClassName
{
color: #72CA80;
}
.AnyTagClassName
{
color: #72CA80;
}
</style>
background-color css
<style>
a { background-color: #72CA80; }
a { background-color: rgb(114,202,128); }
div.DivClassName
{
background-color: #72CA80;
}
.BgClassName
{
background-color: #72CA80;
}
</style>
border-color css
<style>
span { border-color: #72CA80; }
span { border-color: rgb(114,202,128); }
td.TdClassName
{
border-color: #72CA80;
}
.TagClassName
{
border-color: #72CA80;
}
</style>