Shades of De York #70C984
Tints of De York #70C984
RGB
CMYK
RGB Variations
Color information
#70C984 (or 0x70C984) is known color: De York. HEX triplet: 70, C9 and 84. RGB value is (112,201,132). Sum of RGB (Red+Green+Blue) = 112+201+132=445 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.17% from 445); Green value is 201 (78.91% from 255 or 45.17% from 445); Blue value is 132 (51.95% from 255 or 29.66% from 445); Max value from RGB is 201 - color contains mainly: green. Hex color #70C984 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70C984 is #8F367B. Grayscale: #A6A6A6. Windows color (decimal): -9385596 or 8702320. OLE color: 8702320.
HSL color Cylindrical-coordinate representation of color #70C984: hue angle of 133.48º degrees, saturation: 0.45, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #70C984 is Cyan = 0.44, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 112 | 201 | 132 | - |
| CMYK | 0.44 | 0 | 0.34 | 0.21 |
| HSL | 133.48º | 0.45% | 0.61% | - |
| HSV(B) | 133.48º | 0.44% | 0.79% | - |
| XYZ | 31.73 | 46.88 | 29.21 | - |
| YUV | 166.52 | 108.51 | 89.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 201 | 132 | 0.44 | 0 | 0.34 | 0.21 | 133.48 | 0.45 | 0.61 |
| Hex | 70 | C9 | 84 | 2C | 0 | 22 | 15 | 85 | 2D | 3D |
| Octal | 160 | 311 | 204 | 54 | 0 | 42 | 25 | 205 | 55 | 75 |
| Binary | 1110000 | 11001001 | 10000100 | 101100 | 0 | 100010 | 10101 | 10000101 | 101101 | 111101 |
Color Harmonies of #70C984
Complementary color
Monochromatic Colors of #70C984
Black with #70C984
Text Example
Text Example
White with #70C984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70C984; }
p { color: rgb(112,201,132); }
H1.HeaderClassName
{
color: #70C984;
}
.AnyTagClassName
{
color: #70C984;
}
</style>
background-color css
<style>
a { background-color: #70C984; }
a { background-color: rgb(112,201,132); }
div.DivClassName
{
background-color: #70C984;
}
.BgClassName
{
background-color: #70C984;
}
</style>
border-color css
<style>
span { border-color: #70C984; }
span { border-color: rgb(112,201,132); }
td.TdClassName
{
border-color: #70C984;
}
.TagClassName
{
border-color: #70C984;
}
</style>