Shades of Pastel Green #70F074
Tints of Pastel Green #70F074
RGB
CMYK
RGB Variations
Color information
#70F074 (or 0x70F074) is known color: Pastel Green. HEX triplet: 70, F0 and 74. RGB value is (112,240,116). Sum of RGB (Red+Green+Blue) = 112+240+116=468 (61% of max value = 765). Red value is 112 (44.14% from 255 or 23.93% from 468); Green value is 240 (94.14% from 255 or 51.28% from 468); Blue value is 116 (45.70% from 255 or 24.79% from 468); Max value from RGB is 240 - color contains mainly: green. Hex color #70F074 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #70F074 is #8F0F8B. Grayscale: #BBBBBB. Windows color (decimal): -9375628 or 7663728. OLE color: 7663728.
HSL color Cylindrical-coordinate representation of color #70F074: hue angle of 121.88º 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 #70F074 is Cyan = 0.53, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 112 | 240 | 116 | - |
| CMYK | 0.53 | 0 | 0.52 | 0.06 |
| HSL | 121.88º | 0.81% | 0.69% | - |
| HSV(B) | 121.88º | 0.53% | 0.94% | - |
| XYZ | 40.99 | 67.03 | 27.3 | - |
| YUV | 187.59 | 87.59 | 74.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 240 | 116 | 0.53 | 0 | 0.52 | 0.06 | 121.88 | 0.81 | 0.69 |
| Hex | 70 | F0 | 74 | 35 | 0 | 34 | 6 | 7A | 51 | 45 |
| Octal | 160 | 360 | 164 | 65 | 0 | 64 | 6 | 172 | 121 | 105 |
| Binary | 1110000 | 11110000 | 1110100 | 110101 | 0 | 110100 | 110 | 1111010 | 1010001 | 1000101 |
Color Harmonies of #70F074
Complementary color
Monochromatic Colors of #70F074
Black with #70F074
Text Example
Text Example
White with #70F074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70F074; }
p { color: rgb(112,240,116); }
H1.HeaderClassName
{
color: #70F074;
}
.AnyTagClassName
{
color: #70F074;
}
</style>
background-color css
<style>
a { background-color: #70F074; }
a { background-color: rgb(112,240,116); }
div.DivClassName
{
background-color: #70F074;
}
.BgClassName
{
background-color: #70F074;
}
</style>
border-color css
<style>
span { border-color: #70F074; }
span { border-color: rgb(112,240,116); }
td.TdClassName
{
border-color: #70F074;
}
.TagClassName
{
border-color: #70F074;
}
</style>