Shades of De York #70CB84
Tints of De York #70CB84
RGB
CMYK
RGB Variations
Color information
#70CB84 (or 0x70CB84) is known color: De York. HEX triplet: 70, CB and 84. RGB value is (112,203,132). Sum of RGB (Red+Green+Blue) = 112+203+132=447 (59% of max value = 765). Red value is 112 (44.14% from 255 or 25.06% from 447); Green value is 203 (79.69% from 255 or 45.41% from 447); Blue value is 132 (51.95% from 255 or 29.53% from 447); Max value from RGB is 203 - color contains mainly: green. Hex color #70CB84 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70CB84 is #8F347B. Grayscale: #A7A7A7. Windows color (decimal): -9385084 or 8702832. OLE color: 8702832.
HSL color Cylindrical-coordinate representation of color #70CB84: hue angle of 133.19º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #70CB84 is Cyan = 0.45, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 112 | 203 | 132 | - |
| CMYK | 0.45 | 0 | 0.35 | 0.20 |
| HSL | 133.19º | 0.47% | 0.62% | - |
| HSV(B) | 133.19º | 0.45% | 0.8% | - |
| XYZ | 32.2 | 47.82 | 29.36 | - |
| YUV | 167.7 | 107.85 | 88.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 203 | 132 | 0.45 | 0 | 0.35 | 0.20 | 133.19 | 0.47 | 0.62 |
| Hex | 70 | CB | 84 | 2D | 0 | 23 | 14 | 85 | 2F | 3E |
| Octal | 160 | 313 | 204 | 55 | 0 | 43 | 24 | 205 | 57 | 76 |
| Binary | 1110000 | 11001011 | 10000100 | 101101 | 0 | 100011 | 10100 | 10000101 | 101111 | 111110 |
Color Harmonies of #70CB84
Complementary color
Monochromatic Colors of #70CB84
Black with #70CB84
Text Example
Text Example
White with #70CB84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70CB84; }
p { color: rgb(112,203,132); }
H1.HeaderClassName
{
color: #70CB84;
}
.AnyTagClassName
{
color: #70CB84;
}
</style>
background-color css
<style>
a { background-color: #70CB84; }
a { background-color: rgb(112,203,132); }
div.DivClassName
{
background-color: #70CB84;
}
.BgClassName
{
background-color: #70CB84;
}
</style>
border-color css
<style>
span { border-color: #70CB84; }
span { border-color: rgb(112,203,132); }
td.TdClassName
{
border-color: #70CB84;
}
.TagClassName
{
border-color: #70CB84;
}
</style>