Shades of Pastel Green #70CF7E
Tints of Pastel Green #70CF7E
RGB
CMYK
RGB Variations
Color information
#70CF7E (or 0x70CF7E) is known color: Pastel Green. HEX triplet: 70, CF and 7E. RGB value is (112,207,126). Sum of RGB (Red+Green+Blue) = 112+207+126=445 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.17% from 445); Green value is 207 (81.25% from 255 or 46.52% from 445); Blue value is 126 (49.61% from 255 or 28.31% from 445); Max value from RGB is 207 - color contains mainly: green. Hex color #70CF7E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70CF7E is #8F3081. Grayscale: #A9A9A9. Windows color (decimal): -9384066 or 8310640. OLE color: 8310640.
HSL color Cylindrical-coordinate representation of color #70CF7E: hue angle of 128.84º 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 #70CF7E is Cyan = 0.46, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 112 | 207 | 126 | - |
| CMYK | 0.46 | 0 | 0.39 | 0.19 |
| HSL | 128.84º | 0.5% | 0.63% | - |
| HSV(B) | 128.84º | 0.46% | 0.81% | - |
| XYZ | 32.76 | 49.58 | 27.58 | - |
| YUV | 169.36 | 103.53 | 87.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 207 | 126 | 0.46 | 0 | 0.39 | 0.19 | 128.84 | 0.5 | 0.63 |
| Hex | 70 | CF | 7E | 2E | 0 | 27 | 13 | 81 | 32 | 3F |
| Octal | 160 | 317 | 176 | 56 | 0 | 47 | 23 | 201 | 62 | 77 |
| Binary | 1110000 | 11001111 | 1111110 | 101110 | 0 | 100111 | 10011 | 10000001 | 110010 | 111111 |
Color Harmonies of #70CF7E
Complementary color
Monochromatic Colors of #70CF7E
Black with #70CF7E
Text Example
Text Example
White with #70CF7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70CF7E; }
p { color: rgb(112,207,126); }
H1.HeaderClassName
{
color: #70CF7E;
}
.AnyTagClassName
{
color: #70CF7E;
}
</style>
background-color css
<style>
a { background-color: #70CF7E; }
a { background-color: rgb(112,207,126); }
div.DivClassName
{
background-color: #70CF7E;
}
.BgClassName
{
background-color: #70CF7E;
}
</style>
border-color css
<style>
span { border-color: #70CF7E; }
span { border-color: rgb(112,207,126); }
td.TdClassName
{
border-color: #70CF7E;
}
.TagClassName
{
border-color: #70CF7E;
}
</style>