Shades of De York #70CF84
Tints of De York #70CF84
RGB
CMYK
RGB Variations
Color information
#70CF84 (or 0x70CF84) is known color: De York. HEX triplet: 70, CF and 84. RGB value is (112,207,132). Sum of RGB (Red+Green+Blue) = 112+207+132=451 (59% of max value = 765). Red value is 112 (44.14% from 255 or 24.83% from 451); Green value is 207 (81.25% from 255 or 45.90% from 451); Blue value is 132 (51.95% from 255 or 29.27% from 451); Max value from RGB is 207 - color contains mainly: green. Hex color #70CF84 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70CF84 is #8F307B. Grayscale: #AAAAAA. Windows color (decimal): -9384060 or 8703856. OLE color: 8703856.
HSL color Cylindrical-coordinate representation of color #70CF84: hue angle of 132.63º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #70CF84 is Cyan = 0.46, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 112 | 207 | 132 | - |
| CMYK | 0.46 | 0 | 0.36 | 0.19 |
| HSL | 132.63º | 0.5% | 0.63% | - |
| HSV(B) | 132.63º | 0.46% | 0.81% | - |
| XYZ | 33.16 | 49.74 | 29.68 | - |
| YUV | 170.05 | 106.53 | 86.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 207 | 132 | 0.46 | 0 | 0.36 | 0.19 | 132.63 | 0.5 | 0.63 |
| Hex | 70 | CF | 84 | 2E | 0 | 24 | 13 | 85 | 32 | 3F |
| Octal | 160 | 317 | 204 | 56 | 0 | 44 | 23 | 205 | 62 | 77 |
| Binary | 1110000 | 11001111 | 10000100 | 101110 | 0 | 100100 | 10011 | 10000101 | 110010 | 111111 |
Color Harmonies of #70CF84
Complementary color
Monochromatic Colors of #70CF84
Black with #70CF84
Text Example
Text Example
White with #70CF84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70CF84; }
p { color: rgb(112,207,132); }
H1.HeaderClassName
{
color: #70CF84;
}
.AnyTagClassName
{
color: #70CF84;
}
</style>
background-color css
<style>
a { background-color: #70CF84; }
a { background-color: rgb(112,207,132); }
div.DivClassName
{
background-color: #70CF84;
}
.BgClassName
{
background-color: #70CF84;
}
</style>
border-color css
<style>
span { border-color: #70CF84; }
span { border-color: rgb(112,207,132); }
td.TdClassName
{
border-color: #70CF84;
}
.TagClassName
{
border-color: #70CF84;
}
</style>