Shades of De York #72C77B
Tints of De York #72C77B
RGB
CMYK
RGB Variations
Color information
#72C77B (or 0x72C77B) is known color: De York. HEX triplet: 72, C7 and 7B. RGB value is (114,199,123). Sum of RGB (Red+Green+Blue) = 114+199+123=436 (57% of max value = 765). Red value is 114 (44.92% from 255 or 26.15% from 436); Green value is 199 (78.12% from 255 or 45.64% from 436); Blue value is 123 (48.44% from 255 or 28.21% from 436); Max value from RGB is 199 - color contains mainly: green. Hex color #72C77B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72C77B is #8D3884. Grayscale: #A5A5A5. Windows color (decimal): -9255045 or 8111986. OLE color: 8111986.
HSL color Cylindrical-coordinate representation of color #72C77B: hue angle of 126.35º degrees, saturation: 0.43, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #72C77B is Cyan = 0.43, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 114 | 199 | 123 | - |
| CMYK | 0.43 | 0 | 0.38 | 0.22 |
| HSL | 126.35º | 0.43% | 0.61% | - |
| HSV(B) | 126.35º | 0.43% | 0.78% | - |
| XYZ | 30.94 | 45.85 | 25.96 | - |
| YUV | 164.92 | 104.34 | 91.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 199 | 123 | 0.43 | 0 | 0.38 | 0.22 | 126.35 | 0.43 | 0.61 |
| Hex | 72 | C7 | 7B | 2B | 0 | 26 | 16 | 7E | 2B | 3D |
| Octal | 162 | 307 | 173 | 53 | 0 | 46 | 26 | 176 | 53 | 75 |
| Binary | 1110010 | 11000111 | 1111011 | 101011 | 0 | 100110 | 10110 | 1111110 | 101011 | 111101 |
Color Harmonies of #72C77B
Complementary color
Monochromatic Colors of #72C77B
Black with #72C77B
Text Example
Text Example
White with #72C77B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72C77B; }
p { color: rgb(114,199,123); }
H1.HeaderClassName
{
color: #72C77B;
}
.AnyTagClassName
{
color: #72C77B;
}
</style>
background-color css
<style>
a { background-color: #72C77B; }
a { background-color: rgb(114,199,123); }
div.DivClassName
{
background-color: #72C77B;
}
.BgClassName
{
background-color: #72C77B;
}
</style>
border-color css
<style>
span { border-color: #72C77B; }
span { border-color: rgb(114,199,123); }
td.TdClassName
{
border-color: #72C77B;
}
.TagClassName
{
border-color: #72C77B;
}
</style>