Shades of Pastel Green #70F184
Tints of Pastel Green #70F184
RGB
CMYK
RGB Variations
Color information
#70F184 (or 0x70F184) is known color: Pastel Green. HEX triplet: 70, F1 and 84. RGB value is (112,241,132). Sum of RGB (Red+Green+Blue) = 112+241+132=485 (64% of max value = 765). Red value is 112 (44.14% from 255 or 23.09% from 485); Green value is 241 (94.53% from 255 or 49.69% from 485); Blue value is 132 (51.95% from 255 or 27.22% from 485); Max value from RGB is 241 - color contains mainly: green. Hex color #70F184 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #70F184 is #8F0E7B. Grayscale: #BEBEBE. Windows color (decimal): -9375356 or 8712560. OLE color: 8712560.
HSL color Cylindrical-coordinate representation of color #70F184: hue angle of 129.3º degrees, saturation: 0.82, 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 #70F184 is Cyan = 0.54, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 112 | 241 | 132 | - |
| CMYK | 0.54 | 0 | 0.45 | 0.05 |
| HSL | 129.3º | 0.82% | 0.69% | - |
| HSV(B) | 129.3º | 0.54% | 0.95% | - |
| XYZ | 42.3 | 68.02 | 32.73 | - |
| YUV | 190 | 95.26 | 72.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 241 | 132 | 0.54 | 0 | 0.45 | 0.05 | 129.3 | 0.82 | 0.69 |
| Hex | 70 | F1 | 84 | 36 | 0 | 2D | 5 | 81 | 52 | 45 |
| Octal | 160 | 361 | 204 | 66 | 0 | 55 | 5 | 201 | 122 | 105 |
| Binary | 1110000 | 11110001 | 10000100 | 110110 | 0 | 101101 | 101 | 10000001 | 1010010 | 1000101 |
Color Harmonies of #70F184
Complementary color
Monochromatic Colors of #70F184
Black with #70F184
Text Example
Text Example
White with #70F184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70F184; }
p { color: rgb(112,241,132); }
H1.HeaderClassName
{
color: #70F184;
}
.AnyTagClassName
{
color: #70F184;
}
</style>
background-color css
<style>
a { background-color: #70F184; }
a { background-color: rgb(112,241,132); }
div.DivClassName
{
background-color: #70F184;
}
.BgClassName
{
background-color: #70F184;
}
</style>
border-color css
<style>
span { border-color: #70F184; }
span { border-color: rgb(112,241,132); }
td.TdClassName
{
border-color: #70F184;
}
.TagClassName
{
border-color: #70F184;
}
</style>