Shades of De York #73C380
Tints of De York #73C380
RGB
CMYK
RGB Variations
Color information
#73C380 (or 0x73C380) is known color: De York. HEX triplet: 73, C3 and 80. RGB value is (115,195,128). Sum of RGB (Red+Green+Blue) = 115+195+128=438 (58% of max value = 765). Red value is 115 (45.31% from 255 or 26.26% from 438); Green value is 195 (76.56% from 255 or 44.52% from 438); Blue value is 128 (50.39% from 255 or 29.22% from 438); Max value from RGB is 195 - color contains mainly: green. Hex color #73C380 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #73C380 is #8C3C7F. Grayscale: #A3A3A3. Windows color (decimal): -9190528 or 8438643. OLE color: 8438643.
HSL color Cylindrical-coordinate representation of color #73C380: hue angle of 129.75º degrees, saturation: 0.4, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #73C380 is Cyan = 0.41, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 115 | 195 | 128 | - |
| CMYK | 0.41 | 0 | 0.34 | 0.24 |
| HSL | 129.75º | 0.4% | 0.61% | - |
| HSV(B) | 129.75º | 0.41% | 0.76% | - |
| XYZ | 30.48 | 44.23 | 27.35 | - |
| YUV | 163.44 | 108 | 93.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 195 | 128 | 0.41 | 0 | 0.34 | 0.24 | 129.75 | 0.4 | 0.61 |
| Hex | 73 | C3 | 80 | 29 | 0 | 22 | 18 | 82 | 28 | 3D |
| Octal | 163 | 303 | 200 | 51 | 0 | 42 | 30 | 202 | 50 | 75 |
| Binary | 1110011 | 11000011 | 10000000 | 101001 | 0 | 100010 | 11000 | 10000010 | 101000 | 111101 |
Color Harmonies of #73C380
Complementary color
Monochromatic Colors of #73C380
Black with #73C380
Text Example
Text Example
White with #73C380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73C380; }
p { color: rgb(115,195,128); }
H1.HeaderClassName
{
color: #73C380;
}
.AnyTagClassName
{
color: #73C380;
}
</style>
background-color css
<style>
a { background-color: #73C380; }
a { background-color: rgb(115,195,128); }
div.DivClassName
{
background-color: #73C380;
}
.BgClassName
{
background-color: #73C380;
}
</style>
border-color css
<style>
span { border-color: #73C380; }
span { border-color: rgb(115,195,128); }
td.TdClassName
{
border-color: #73C380;
}
.TagClassName
{
border-color: #73C380;
}
</style>