Shades of De York #73DD92
Tints of De York #73DD92
RGB
CMYK
RGB Variations
Color information
#73DD92 (or 0x73DD92) is known color: De York. HEX triplet: 73, DD and 92. RGB value is (115,221,146). Sum of RGB (Red+Green+Blue) = 115+221+146=482 (63% of max value = 765). Red value is 115 (45.31% from 255 or 23.86% from 482); Green value is 221 (86.72% from 255 or 45.85% from 482); Blue value is 146 (57.42% from 255 or 30.29% from 482); Max value from RGB is 221 - color contains mainly: green. Hex color #73DD92 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #73DD92 is #8C226D. Grayscale: #B4B4B4. Windows color (decimal): -9183854 or 9624947. OLE color: 9624947.
HSL color Cylindrical-coordinate representation of color #73DD92: hue angle of 137.55º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #73DD92 is Cyan = 0.48, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 115 | 221 | 146 | - |
| CMYK | 0.48 | 0 | 0.34 | 0.13 |
| HSL | 137.55º | 0.61% | 0.66% | - |
| HSV(B) | 137.55º | 0.48% | 0.87% | - |
| XYZ | 38.11 | 57.43 | 36.27 | - |
| YUV | 180.76 | 108.38 | 81.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 221 | 146 | 0.48 | 0 | 0.34 | 0.13 | 137.55 | 0.61 | 0.66 |
| Hex | 73 | DD | 92 | 30 | 0 | 22 | D | 8A | 3D | 42 |
| Octal | 163 | 335 | 222 | 60 | 0 | 42 | 15 | 212 | 75 | 102 |
| Binary | 1110011 | 11011101 | 10010010 | 110000 | 0 | 100010 | 1101 | 10001010 | 111101 | 1000010 |
Color Harmonies of #73DD92
Complementary color
Monochromatic Colors of #73DD92
Black with #73DD92
Text Example
Text Example
White with #73DD92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73DD92; }
p { color: rgb(115,221,146); }
H1.HeaderClassName
{
color: #73DD92;
}
.AnyTagClassName
{
color: #73DD92;
}
</style>
background-color css
<style>
a { background-color: #73DD92; }
a { background-color: rgb(115,221,146); }
div.DivClassName
{
background-color: #73DD92;
}
.BgClassName
{
background-color: #73DD92;
}
</style>
border-color css
<style>
span { border-color: #73DD92; }
span { border-color: rgb(115,221,146); }
td.TdClassName
{
border-color: #73DD92;
}
.TagClassName
{
border-color: #73DD92;
}
</style>