Shades of De York #70C380
Tints of De York #70C380
RGB
CMYK
RGB Variations
Color information
#70C380 (or 0x70C380) is known color: De York. HEX triplet: 70, C3 and 80. RGB value is (112,195,128). Sum of RGB (Red+Green+Blue) = 112+195+128=435 (57% of max value = 765). Red value is 112 (44.14% from 255 or 25.75% from 435); Green value is 195 (76.56% from 255 or 44.83% from 435); Blue value is 128 (50.39% from 255 or 29.43% from 435); Max value from RGB is 195 - color contains mainly: green. Hex color #70C380 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70C380 is #8F3C7F. Grayscale: #A2A2A2. Windows color (decimal): -9387136 or 8438640. OLE color: 8438640.
HSL color Cylindrical-coordinate representation of color #70C380: hue angle of 131.57º degrees, saturation: 0.41, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #70C380 is Cyan = 0.43, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 112 | 195 | 128 | - |
| CMYK | 0.43 | 0 | 0.34 | 0.24 |
| HSL | 131.57º | 0.41% | 0.6% | - |
| HSV(B) | 131.57º | 0.43% | 0.76% | - |
| XYZ | 30.09 | 44.03 | 27.34 | - |
| YUV | 162.55 | 108.5 | 91.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 195 | 128 | 0.43 | 0 | 0.34 | 0.24 | 131.57 | 0.41 | 0.6 |
| Hex | 70 | C3 | 80 | 2B | 0 | 22 | 18 | 84 | 29 | 3C |
| Octal | 160 | 303 | 200 | 53 | 0 | 42 | 30 | 204 | 51 | 74 |
| Binary | 1110000 | 11000011 | 10000000 | 101011 | 0 | 100010 | 11000 | 10000100 | 101001 | 111100 |
Color Harmonies of #70C380
Complementary color
Monochromatic Colors of #70C380
Black with #70C380
Text Example
Text Example
White with #70C380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70C380; }
p { color: rgb(112,195,128); }
H1.HeaderClassName
{
color: #70C380;
}
.AnyTagClassName
{
color: #70C380;
}
</style>
background-color css
<style>
a { background-color: #70C380; }
a { background-color: rgb(112,195,128); }
div.DivClassName
{
background-color: #70C380;
}
.BgClassName
{
background-color: #70C380;
}
</style>
border-color css
<style>
span { border-color: #70C380; }
span { border-color: rgb(112,195,128); }
td.TdClassName
{
border-color: #70C380;
}
.TagClassName
{
border-color: #70C380;
}
</style>