Shades of Pastel Green #70DB5C
Tints of Pastel Green #70DB5C
RGB
CMYK
RGB Variations
Color information
#70DB5C (or 0x70DB5C) is known color: Pastel Green. HEX triplet: 70, DB and 5C. RGB value is (112,219,92). Sum of RGB (Red+Green+Blue) = 112+219+92=423 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.48% from 423); Green value is 219 (85.94% from 255 or 51.77% from 423); Blue value is 92 (36.33% from 255 or 21.75% from 423); Max value from RGB is 219 - color contains mainly: green. Hex color #70DB5C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70DB5C is #8F24A3. Grayscale: #ACACAC. Windows color (decimal): -9381028 or 6085488. OLE color: 6085488.
HSL color Cylindrical-coordinate representation of color #70DB5C: hue angle of 110.55º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #70DB5C is Cyan = 0.49, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 112 | 219 | 92 | - |
| CMYK | 0.49 | 0 | 0.58 | 0.14 |
| HSL | 110.55º | 0.64% | 0.61% | - |
| HSV(B) | 110.55º | 0.58% | 0.86% | - |
| XYZ | 33.95 | 54.88 | 18.93 | - |
| YUV | 172.53 | 82.55 | 84.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 219 | 92 | 0.49 | 0 | 0.58 | 0.14 | 110.55 | 0.64 | 0.61 |
| Hex | 70 | DB | 5C | 31 | 0 | 3A | E | 6F | 40 | 3D |
| Octal | 160 | 333 | 134 | 61 | 0 | 72 | 16 | 157 | 100 | 75 |
| Binary | 1110000 | 11011011 | 1011100 | 110001 | 0 | 111010 | 1110 | 1101111 | 1000000 | 111101 |
Color Harmonies of #70DB5C
Complementary color
Monochromatic Colors of #70DB5C
Black with #70DB5C
Text Example
Text Example
White with #70DB5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70DB5C; }
p { color: rgb(112,219,92); }
H1.HeaderClassName
{
color: #70DB5C;
}
.AnyTagClassName
{
color: #70DB5C;
}
</style>
background-color css
<style>
a { background-color: #70DB5C; }
a { background-color: rgb(112,219,92); }
div.DivClassName
{
background-color: #70DB5C;
}
.BgClassName
{
background-color: #70DB5C;
}
</style>
border-color css
<style>
span { border-color: #70DB5C; }
span { border-color: rgb(112,219,92); }
td.TdClassName
{
border-color: #70DB5C;
}
.TagClassName
{
border-color: #70DB5C;
}
</style>