Shades of Pastel Green #70CF81
Tints of Pastel Green #70CF81
RGB
CMYK
RGB Variations
Color information
#70CF81 (or 0x70CF81) is known color: Pastel Green. HEX triplet: 70, CF and 81. RGB value is (112,207,129). Sum of RGB (Red+Green+Blue) = 112+207+129=448 (59% of max value = 765). Red value is 112 (44.14% from 255 or 25% from 448); Green value is 207 (81.25% from 255 or 46.21% from 448); Blue value is 129 (50.78% from 255 or 28.79% from 448); Max value from RGB is 207 - color contains mainly: green. Hex color #70CF81 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70CF81 is #8F307E. Grayscale: #A9A9A9. Windows color (decimal): -9384063 or 8507248. OLE color: 8507248.
HSL color Cylindrical-coordinate representation of color #70CF81: hue angle of 130.74º 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 #70CF81 is Cyan = 0.46, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 112 | 207 | 129 | - |
| CMYK | 0.46 | 0 | 0.38 | 0.19 |
| HSL | 130.74º | 0.5% | 0.63% | - |
| HSV(B) | 130.74º | 0.46% | 0.81% | - |
| XYZ | 32.96 | 49.66 | 28.62 | - |
| YUV | 169.7 | 105.03 | 86.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 207 | 129 | 0.46 | 0 | 0.38 | 0.19 | 130.74 | 0.5 | 0.63 |
| Hex | 70 | CF | 81 | 2E | 0 | 26 | 13 | 83 | 32 | 3F |
| Octal | 160 | 317 | 201 | 56 | 0 | 46 | 23 | 203 | 62 | 77 |
| Binary | 1110000 | 11001111 | 10000001 | 101110 | 0 | 100110 | 10011 | 10000011 | 110010 | 111111 |
Color Harmonies of #70CF81
Complementary color
Monochromatic Colors of #70CF81
Black with #70CF81
Text Example
Text Example
White with #70CF81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70CF81; }
p { color: rgb(112,207,129); }
H1.HeaderClassName
{
color: #70CF81;
}
.AnyTagClassName
{
color: #70CF81;
}
</style>
background-color css
<style>
a { background-color: #70CF81; }
a { background-color: rgb(112,207,129); }
div.DivClassName
{
background-color: #70CF81;
}
.BgClassName
{
background-color: #70CF81;
}
</style>
border-color css
<style>
span { border-color: #70CF81; }
span { border-color: rgb(112,207,129); }
td.TdClassName
{
border-color: #70CF81;
}
.TagClassName
{
border-color: #70CF81;
}
</style>