Shades of Pastel Green #70CF70
Tints of Pastel Green #70CF70
RGB
CMYK
RGB Variations
Color information
#70CF70 (or 0x70CF70) is known color: Pastel Green. HEX triplet: 70, CF and 70. RGB value is (112,207,112). Sum of RGB (Red+Green+Blue) = 112+207+112=431 (57% of max value = 765). Red value is 112 (44.14% from 255 or 25.99% from 431); Green value is 207 (81.25% from 255 or 48.03% from 431); Blue value is 112 (44.14% from 255 or 25.99% from 431); Max value from RGB is 207 - color contains mainly: green. Hex color #70CF70 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70CF70 is #8F308F. Grayscale: #A8A8A8. Windows color (decimal): -9384080 or 7393136. OLE color: 7393136.
HSL color Cylindrical-coordinate representation of color #70CF70: hue angle of 120º 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 #70CF70 is Cyan = 0.46, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 112 | 207 | 112 | - |
| CMYK | 0.46 | 0 | 0.46 | 0.19 |
| HSL | 120º | 0.5% | 0.63% | - |
| HSV(B) | 120º | 0.46% | 0.81% | - |
| XYZ | 31.92 | 49.24 | 23.15 | - |
| YUV | 167.77 | 96.53 | 88.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 207 | 112 | 0.46 | 0 | 0.46 | 0.19 | 120 | 0.5 | 0.63 |
| Hex | 70 | CF | 70 | 2E | 0 | 2E | 13 | 78 | 32 | 3F |
| Octal | 160 | 317 | 160 | 56 | 0 | 56 | 23 | 170 | 62 | 77 |
| Binary | 1110000 | 11001111 | 1110000 | 101110 | 0 | 101110 | 10011 | 1111000 | 110010 | 111111 |
Color Harmonies of #70CF70
Complementary color
Monochromatic Colors of #70CF70
Black with #70CF70
Text Example
Text Example
White with #70CF70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70CF70; }
p { color: rgb(112,207,112); }
H1.HeaderClassName
{
color: #70CF70;
}
.AnyTagClassName
{
color: #70CF70;
}
</style>
background-color css
<style>
a { background-color: #70CF70; }
a { background-color: rgb(112,207,112); }
div.DivClassName
{
background-color: #70CF70;
}
.BgClassName
{
background-color: #70CF70;
}
</style>
border-color css
<style>
span { border-color: #70CF70; }
span { border-color: rgb(112,207,112); }
td.TdClassName
{
border-color: #70CF70;
}
.TagClassName
{
border-color: #70CF70;
}
</style>