Shades of De York #73CB7F
Tints of De York #73CB7F
RGB
CMYK
RGB Variations
Color information
#73CB7F (or 0x73CB7F) is known color: De York. HEX triplet: 73, CB and 7F. RGB value is (115,203,127). Sum of RGB (Red+Green+Blue) = 115+203+127=445 (58% of max value = 765). Red value is 115 (45.31% from 255 or 25.84% from 445); Green value is 203 (79.69% from 255 or 45.62% from 445); Blue value is 127 (50% from 255 or 28.54% from 445); Max value from RGB is 203 - color contains mainly: green. Hex color #73CB7F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73CB7F is #8C3480. Grayscale: #A8A8A8. Windows color (decimal): -9188481 or 8375155. OLE color: 8375155.
HSL color Cylindrical-coordinate representation of color #73CB7F: hue angle of 128.18º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #73CB7F is Cyan = 0.43, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 115 | 203 | 127 | - |
| CMYK | 0.43 | 0 | 0.37 | 0.20 |
| HSL | 128.18º | 0.46% | 0.62% | - |
| HSV(B) | 128.18º | 0.43% | 0.8% | - |
| XYZ | 32.26 | 47.89 | 27.62 | - |
| YUV | 168.02 | 104.85 | 90.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 203 | 127 | 0.43 | 0 | 0.37 | 0.20 | 128.18 | 0.46 | 0.62 |
| Hex | 73 | CB | 7F | 2B | 0 | 25 | 14 | 80 | 2E | 3E |
| Octal | 163 | 313 | 177 | 53 | 0 | 45 | 24 | 200 | 56 | 76 |
| Binary | 1110011 | 11001011 | 1111111 | 101011 | 0 | 100101 | 10100 | 10000000 | 101110 | 111110 |
Color Harmonies of #73CB7F
Complementary color
Monochromatic Colors of #73CB7F
Black with #73CB7F
Text Example
Text Example
White with #73CB7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73CB7F; }
p { color: rgb(115,203,127); }
H1.HeaderClassName
{
color: #73CB7F;
}
.AnyTagClassName
{
color: #73CB7F;
}
</style>
background-color css
<style>
a { background-color: #73CB7F; }
a { background-color: rgb(115,203,127); }
div.DivClassName
{
background-color: #73CB7F;
}
.BgClassName
{
background-color: #73CB7F;
}
</style>
border-color css
<style>
span { border-color: #73CB7F; }
span { border-color: rgb(115,203,127); }
td.TdClassName
{
border-color: #73CB7F;
}
.TagClassName
{
border-color: #73CB7F;
}
</style>