Shades of Pastel Green #70DF64
Tints of Pastel Green #70DF64
RGB
CMYK
RGB Variations
Color information
#70DF64 (or 0x70DF64) is known color: Pastel Green. HEX triplet: 70, DF and 64. RGB value is (112,223,100). Sum of RGB (Red+Green+Blue) = 112+223+100=435 (57% of max value = 765). Red value is 112 (44.14% from 255 or 25.75% from 435); Green value is 223 (87.5% from 255 or 51.26% from 435); Blue value is 100 (39.45% from 255 or 22.99% from 435); Max value from RGB is 223 - color contains mainly: green. Hex color #70DF64 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70DF64 is #8F209B. Grayscale: #B0B0B0. Windows color (decimal): -9379996 or 6610800. OLE color: 6610800.
HSL color Cylindrical-coordinate representation of color #70DF64: hue angle of 114.15º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #70DF64 is Cyan = 0.50, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 112 | 223 | 100 | - |
| CMYK | 0.50 | 0 | 0.55 | 0.13 |
| HSL | 114.15º | 0.66% | 0.63% | - |
| HSV(B) | 114.15º | 0.55% | 0.87% | - |
| XYZ | 35.37 | 57.14 | 21.22 | - |
| YUV | 175.79 | 85.23 | 82.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 223 | 100 | 0.50 | 0 | 0.55 | 0.13 | 114.15 | 0.66 | 0.63 |
| Hex | 70 | DF | 64 | 32 | 0 | 37 | D | 72 | 42 | 3F |
| Octal | 160 | 337 | 144 | 62 | 0 | 67 | 15 | 162 | 102 | 77 |
| Binary | 1110000 | 11011111 | 1100100 | 110010 | 0 | 110111 | 1101 | 1110010 | 1000010 | 111111 |
Color Harmonies of #70DF64
Complementary color
Monochromatic Colors of #70DF64
Black with #70DF64
Text Example
Text Example
White with #70DF64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70DF64; }
p { color: rgb(112,223,100); }
H1.HeaderClassName
{
color: #70DF64;
}
.AnyTagClassName
{
color: #70DF64;
}
</style>
background-color css
<style>
a { background-color: #70DF64; }
a { background-color: rgb(112,223,100); }
div.DivClassName
{
background-color: #70DF64;
}
.BgClassName
{
background-color: #70DF64;
}
</style>
border-color css
<style>
span { border-color: #70DF64; }
span { border-color: rgb(112,223,100); }
td.TdClassName
{
border-color: #70DF64;
}
.TagClassName
{
border-color: #70DF64;
}
</style>