Shades of De York #72CB80
Tints of De York #72CB80
RGB
CMYK
RGB Variations
Color information
#72CB80 (or 0x72CB80) is known color: De York. HEX triplet: 72, CB and 80. RGB value is (114,203,128). Sum of RGB (Red+Green+Blue) = 114+203+128=445 (58% of max value = 765). Red value is 114 (44.92% from 255 or 25.62% from 445); Green value is 203 (79.69% from 255 or 45.62% from 445); Blue value is 128 (50.39% from 255 or 28.76% from 445); Max value from RGB is 203 - color contains mainly: green. Hex color #72CB80 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72CB80 is #8D347F. Grayscale: #A8A8A8. Windows color (decimal): -9254016 or 8440690. OLE color: 8440690.
HSL color Cylindrical-coordinate representation of color #72CB80: hue angle of 129.44º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #72CB80 is Cyan = 0.44, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 114 | 203 | 128 | - |
| CMYK | 0.44 | 0 | 0.37 | 0.20 |
| HSL | 129.44º | 0.46% | 0.62% | - |
| HSV(B) | 129.44º | 0.44% | 0.8% | - |
| XYZ | 32.19 | 47.85 | 27.96 | - |
| YUV | 167.84 | 105.51 | 89.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 203 | 128 | 0.44 | 0 | 0.37 | 0.20 | 129.44 | 0.46 | 0.62 |
| Hex | 72 | CB | 80 | 2C | 0 | 25 | 14 | 81 | 2E | 3E |
| Octal | 162 | 313 | 200 | 54 | 0 | 45 | 24 | 201 | 56 | 76 |
| Binary | 1110010 | 11001011 | 10000000 | 101100 | 0 | 100101 | 10100 | 10000001 | 101110 | 111110 |
Color Harmonies of #72CB80
Complementary color
Monochromatic Colors of #72CB80
Black with #72CB80
Text Example
Text Example
White with #72CB80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72CB80; }
p { color: rgb(114,203,128); }
H1.HeaderClassName
{
color: #72CB80;
}
.AnyTagClassName
{
color: #72CB80;
}
</style>
background-color css
<style>
a { background-color: #72CB80; }
a { background-color: rgb(114,203,128); }
div.DivClassName
{
background-color: #72CB80;
}
.BgClassName
{
background-color: #72CB80;
}
</style>
border-color css
<style>
span { border-color: #72CB80; }
span { border-color: rgb(114,203,128); }
td.TdClassName
{
border-color: #72CB80;
}
.TagClassName
{
border-color: #72CB80;
}
</style>