Shades of Pastel Green #70F280
Tints of Pastel Green #70F280
RGB
CMYK
RGB Variations
Color information
#70F280 (or 0x70F280) is known color: Pastel Green. HEX triplet: 70, F2 and 80. RGB value is (112,242,128). Sum of RGB (Red+Green+Blue) = 112+242+128=482 (63% of max value = 765). Red value is 112 (44.14% from 255 or 23.24% from 482); Green value is 242 (94.92% from 255 or 50.21% from 482); Blue value is 128 (50.39% from 255 or 26.56% from 482); Max value from RGB is 242 - color contains mainly: green. Hex color #70F280 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #70F280 is #8F0D7F. Grayscale: #BEBEBE. Windows color (decimal): -9375104 or 8450672. OLE color: 8450672.
HSL color Cylindrical-coordinate representation of color #70F280: hue angle of 127.38º degrees, saturation: 0.83, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #70F280 is Cyan = 0.54, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 112 | 242 | 128 | - |
| CMYK | 0.54 | 0 | 0.47 | 0.05 |
| HSL | 127.38º | 0.83% | 0.69% | - |
| HSV(B) | 127.38º | 0.54% | 0.95% | - |
| XYZ | 42.33 | 68.51 | 31.41 | - |
| YUV | 190.13 | 92.93 | 72.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 242 | 128 | 0.54 | 0 | 0.47 | 0.05 | 127.38 | 0.83 | 0.69 |
| Hex | 70 | F2 | 80 | 36 | 0 | 2F | 5 | 7F | 53 | 45 |
| Octal | 160 | 362 | 200 | 66 | 0 | 57 | 5 | 177 | 123 | 105 |
| Binary | 1110000 | 11110010 | 10000000 | 110110 | 0 | 101111 | 101 | 1111111 | 1010011 | 1000101 |
Color Harmonies of #70F280
Complementary color
Monochromatic Colors of #70F280
Black with #70F280
Text Example
Text Example
White with #70F280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70F280; }
p { color: rgb(112,242,128); }
H1.HeaderClassName
{
color: #70F280;
}
.AnyTagClassName
{
color: #70F280;
}
</style>
background-color css
<style>
a { background-color: #70F280; }
a { background-color: rgb(112,242,128); }
div.DivClassName
{
background-color: #70F280;
}
.BgClassName
{
background-color: #70F280;
}
</style>
border-color css
<style>
span { border-color: #70F280; }
span { border-color: rgb(112,242,128); }
td.TdClassName
{
border-color: #70F280;
}
.TagClassName
{
border-color: #70F280;
}
</style>