Shades of De York #73CB84
Tints of De York #73CB84
RGB
CMYK
RGB Variations
Color information
#73CB84 (or 0x73CB84) is known color: De York. HEX triplet: 73, CB and 84. RGB value is (115,203,132). Sum of RGB (Red+Green+Blue) = 115+203+132=450 (59% of max value = 765). Red value is 115 (45.31% from 255 or 25.56% from 450); Green value is 203 (79.69% from 255 or 45.11% from 450); Blue value is 132 (51.95% from 255 or 29.33% from 450); Max value from RGB is 203 - color contains mainly: green. Hex color #73CB84 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #73CB84 is #8C347B. Grayscale: #A8A8A8. Windows color (decimal): -9188476 or 8702835. OLE color: 8702835.
HSL color Cylindrical-coordinate representation of color #73CB84: hue angle of 131.59º 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 #73CB84 is Cyan = 0.43, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 115 | 203 | 132 | - |
| CMYK | 0.43 | 0 | 0.35 | 0.20 |
| HSL | 131.59º | 0.46% | 0.62% | - |
| HSV(B) | 131.59º | 0.43% | 0.8% | - |
| XYZ | 32.59 | 48.02 | 29.38 | - |
| YUV | 168.59 | 107.35 | 89.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 203 | 132 | 0.43 | 0 | 0.35 | 0.20 | 131.59 | 0.46 | 0.62 |
| Hex | 73 | CB | 84 | 2B | 0 | 23 | 14 | 84 | 2E | 3E |
| Octal | 163 | 313 | 204 | 53 | 0 | 43 | 24 | 204 | 56 | 76 |
| Binary | 1110011 | 11001011 | 10000100 | 101011 | 0 | 100011 | 10100 | 10000100 | 101110 | 111110 |
Color Harmonies of #73CB84
Complementary color
Monochromatic Colors of #73CB84
Black with #73CB84
Text Example
Text Example
White with #73CB84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73CB84; }
p { color: rgb(115,203,132); }
H1.HeaderClassName
{
color: #73CB84;
}
.AnyTagClassName
{
color: #73CB84;
}
</style>
background-color css
<style>
a { background-color: #73CB84; }
a { background-color: rgb(115,203,132); }
div.DivClassName
{
background-color: #73CB84;
}
.BgClassName
{
background-color: #73CB84;
}
</style>
border-color css
<style>
span { border-color: #73CB84; }
span { border-color: rgb(115,203,132); }
td.TdClassName
{
border-color: #73CB84;
}
.TagClassName
{
border-color: #73CB84;
}
</style>