Shades of De York #73CF88
Tints of De York #73CF88
RGB
CMYK
RGB Variations
Color information
#73CF88 (or 0x73CF88) is known color: De York. HEX triplet: 73, CF and 88. RGB value is (115,207,136). Sum of RGB (Red+Green+Blue) = 115+207+136=458 (60% of max value = 765). Red value is 115 (45.31% from 255 or 25.11% from 458); Green value is 207 (81.25% from 255 or 45.20% from 458); Blue value is 136 (53.52% from 255 or 29.69% from 458); Max value from RGB is 207 - color contains mainly: green. Hex color #73CF88 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #73CF88 is #8C3077. Grayscale: #ABABAB. Windows color (decimal): -9187448 or 8966003. OLE color: 8966003.
HSL color Cylindrical-coordinate representation of color #73CF88: hue angle of 133.7º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #73CF88 is Cyan = 0.44, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 115 | 207 | 136 | - |
| CMYK | 0.44 | 0 | 0.34 | 0.19 |
| HSL | 133.7º | 0.49% | 0.63% | - |
| HSV(B) | 133.7º | 0.44% | 0.81% | - |
| XYZ | 33.83 | 50.05 | 31.17 | - |
| YUV | 171.4 | 108.02 | 87.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 207 | 136 | 0.44 | 0 | 0.34 | 0.19 | 133.7 | 0.49 | 0.63 |
| Hex | 73 | CF | 88 | 2C | 0 | 22 | 13 | 86 | 31 | 3F |
| Octal | 163 | 317 | 210 | 54 | 0 | 42 | 23 | 206 | 61 | 77 |
| Binary | 1110011 | 11001111 | 10001000 | 101100 | 0 | 100010 | 10011 | 10000110 | 110001 | 111111 |
Color Harmonies of #73CF88
Complementary color
Monochromatic Colors of #73CF88
Black with #73CF88
Text Example
Text Example
White with #73CF88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73CF88; }
p { color: rgb(115,207,136); }
H1.HeaderClassName
{
color: #73CF88;
}
.AnyTagClassName
{
color: #73CF88;
}
</style>
background-color css
<style>
a { background-color: #73CF88; }
a { background-color: rgb(115,207,136); }
div.DivClassName
{
background-color: #73CF88;
}
.BgClassName
{
background-color: #73CF88;
}
</style>
border-color css
<style>
span { border-color: #73CF88; }
span { border-color: rgb(115,207,136); }
td.TdClassName
{
border-color: #73CF88;
}
.TagClassName
{
border-color: #73CF88;
}
</style>