Shades of Pastel Green #70F07C
Tints of Pastel Green #70F07C
RGB
CMYK
RGB Variations
Color information
#70F07C (or 0x70F07C) is known color: Pastel Green. HEX triplet: 70, F0 and 7C. RGB value is (112,240,124). Sum of RGB (Red+Green+Blue) = 112+240+124=476 (63% of max value = 765). Red value is 112 (44.14% from 255 or 23.53% from 476); Green value is 240 (94.14% from 255 or 50.42% from 476); Blue value is 124 (48.83% from 255 or 26.05% from 476); Max value from RGB is 240 - color contains mainly: green. Hex color #70F07C is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #70F07C is #8F0F83. Grayscale: #BCBCBC. Windows color (decimal): -9375620 or 8188016. OLE color: 8188016.
HSL color Cylindrical-coordinate representation of color #70F07C: hue angle of 125.62º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #70F07C is Cyan = 0.53, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 112 | 240 | 124 | - |
| CMYK | 0.53 | 0 | 0.48 | 0.06 |
| HSL | 125.63º | 0.81% | 0.69% | - |
| HSV(B) | 125.63º | 0.53% | 0.94% | - |
| XYZ | 41.48 | 67.22 | 29.86 | - |
| YUV | 188.5 | 91.59 | 73.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 240 | 124 | 0.53 | 0 | 0.48 | 0.06 | 125.63 | 0.81 | 0.69 |
| Hex | 70 | F0 | 7C | 35 | 0 | 30 | 6 | 7E | 51 | 45 |
| Octal | 160 | 360 | 174 | 65 | 0 | 60 | 6 | 176 | 121 | 105 |
| Binary | 1110000 | 11110000 | 1111100 | 110101 | 0 | 110000 | 110 | 1111110 | 1010001 | 1000101 |
Color Harmonies of #70F07C
Complementary color
Monochromatic Colors of #70F07C
Black with #70F07C
Text Example
Text Example
White with #70F07C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70F07C; }
p { color: rgb(112,240,124); }
H1.HeaderClassName
{
color: #70F07C;
}
.AnyTagClassName
{
color: #70F07C;
}
</style>
background-color css
<style>
a { background-color: #70F07C; }
a { background-color: rgb(112,240,124); }
div.DivClassName
{
background-color: #70F07C;
}
.BgClassName
{
background-color: #70F07C;
}
</style>
border-color css
<style>
span { border-color: #70F07C; }
span { border-color: rgb(112,240,124); }
td.TdClassName
{
border-color: #70F07C;
}
.TagClassName
{
border-color: #70F07C;
}
</style>