Shades of Pastel Green #70F379
Tints of Pastel Green #70F379
RGB
CMYK
RGB Variations
Color information
#70F379 (or 0x70F379) is known color: Pastel Green. HEX triplet: 70, F3 and 79. RGB value is (112,243,121). Sum of RGB (Red+Green+Blue) = 112+243+121=476 (63% of max value = 765). Red value is 112 (44.14% from 255 or 23.53% from 476); Green value is 243 (95.31% from 255 or 51.05% from 476); Blue value is 121 (47.66% from 255 or 25.42% from 476); Max value from RGB is 243 - color contains mainly: green. Hex color #70F379 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #70F379 is #8F0C86. Grayscale: #BEBEBE. Windows color (decimal): -9374855 or 7992176. OLE color: 7992176.
HSL color Cylindrical-coordinate representation of color #70F379: hue angle of 124.12º degrees, saturation: 0.85, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #70F379 is Cyan = 0.54, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 112 | 243 | 121 | - |
| CMYK | 0.54 | 0 | 0.50 | 0.05 |
| HSL | 124.12º | 0.85% | 0.7% | - |
| HSV(B) | 124.12º | 0.54% | 0.95% | - |
| XYZ | 42.18 | 68.93 | 29.17 | - |
| YUV | 189.92 | 89.1 | 72.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 243 | 121 | 0.54 | 0 | 0.50 | 0.05 | 124.12 | 0.85 | 0.7 |
| Hex | 70 | F3 | 79 | 36 | 0 | 32 | 5 | 7C | 55 | 46 |
| Octal | 160 | 363 | 171 | 66 | 0 | 62 | 5 | 174 | 125 | 106 |
| Binary | 1110000 | 11110011 | 1111001 | 110110 | 0 | 110010 | 101 | 1111100 | 1010101 | 1000110 |
Color Harmonies of #70F379
Complementary color
Monochromatic Colors of #70F379
Black with #70F379
Text Example
Text Example
White with #70F379
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70F379; }
p { color: rgb(112,243,121); }
H1.HeaderClassName
{
color: #70F379;
}
.AnyTagClassName
{
color: #70F379;
}
</style>
background-color css
<style>
a { background-color: #70F379; }
a { background-color: rgb(112,243,121); }
div.DivClassName
{
background-color: #70F379;
}
.BgClassName
{
background-color: #70F379;
}
</style>
border-color css
<style>
span { border-color: #70F379; }
span { border-color: rgb(112,243,121); }
td.TdClassName
{
border-color: #70F379;
}
.TagClassName
{
border-color: #70F379;
}
</style>