Shades of Pastel Green #70F073
Tints of Pastel Green #70F073
RGB
CMYK
RGB Variations
Color information
#70F073 (or 0x70F073) is known color: Pastel Green. HEX triplet: 70, F0 and 73. RGB value is (112,240,115). Sum of RGB (Red+Green+Blue) = 112+240+115=467 (61% of max value = 765). Red value is 112 (44.14% from 255 or 23.98% from 467); Green value is 240 (94.14% from 255 or 51.39% from 467); Blue value is 115 (45.31% from 255 or 24.63% from 467); Max value from RGB is 240 - color contains mainly: green. Hex color #70F073 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #70F073 is #8F0F8C. Grayscale: #BBBBBB. Windows color (decimal): -9375629 or 7598192. OLE color: 7598192.
HSL color Cylindrical-coordinate representation of color #70F073: hue angle of 121.41º 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 #70F073 is Cyan = 0.53, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 112 | 240 | 115 | - |
| CMYK | 0.53 | 0 | 0.52 | 0.06 |
| HSL | 121.41º | 0.81% | 0.69% | - |
| HSV(B) | 121.41º | 0.53% | 0.94% | - |
| XYZ | 40.94 | 67 | 26.99 | - |
| YUV | 187.48 | 87.09 | 74.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 240 | 115 | 0.53 | 0 | 0.52 | 0.06 | 121.41 | 0.81 | 0.69 |
| Hex | 70 | F0 | 73 | 35 | 0 | 34 | 6 | 79 | 51 | 45 |
| Octal | 160 | 360 | 163 | 65 | 0 | 64 | 6 | 171 | 121 | 105 |
| Binary | 1110000 | 11110000 | 1110011 | 110101 | 0 | 110100 | 110 | 1111001 | 1010001 | 1000101 |
Color Harmonies of #70F073
Complementary color
Monochromatic Colors of #70F073
Black with #70F073
Text Example
Text Example
White with #70F073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70F073; }
p { color: rgb(112,240,115); }
H1.HeaderClassName
{
color: #70F073;
}
.AnyTagClassName
{
color: #70F073;
}
</style>
background-color css
<style>
a { background-color: #70F073; }
a { background-color: rgb(112,240,115); }
div.DivClassName
{
background-color: #70F073;
}
.BgClassName
{
background-color: #70F073;
}
</style>
border-color css
<style>
span { border-color: #70F073; }
span { border-color: rgb(112,240,115); }
td.TdClassName
{
border-color: #70F073;
}
.TagClassName
{
border-color: #70F073;
}
</style>