Shades of Pastel Green #70F188
Tints of Pastel Green #70F188
RGB
CMYK
RGB Variations
Color information
#70F188 (or 0x70F188) is known color: Pastel Green. HEX triplet: 70, F1 and 88. RGB value is (112,241,136). Sum of RGB (Red+Green+Blue) = 112+241+136=489 (64% of max value = 765). Red value is 112 (44.14% from 255 or 22.90% from 489); Green value is 241 (94.53% from 255 or 49.28% from 489); Blue value is 136 (53.52% from 255 or 27.81% from 489); Max value from RGB is 241 - color contains mainly: green. Hex color #70F188 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #70F188 is #8F0E77. Grayscale: #BEBEBE. Windows color (decimal): -9375352 or 8974704. OLE color: 8974704.
HSL color Cylindrical-coordinate representation of color #70F188: hue angle of 131.16º 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 #70F188 is Cyan = 0.54, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 112 | 241 | 136 | - |
| CMYK | 0.54 | 0 | 0.44 | 0.05 |
| HSL | 131.16º | 0.82% | 0.69% | - |
| HSV(B) | 131.16º | 0.54% | 0.95% | - |
| XYZ | 42.58 | 68.13 | 34.2 | - |
| YUV | 190.46 | 97.26 | 72.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 241 | 136 | 0.54 | 0 | 0.44 | 0.05 | 131.16 | 0.82 | 0.69 |
| Hex | 70 | F1 | 88 | 36 | 0 | 2C | 5 | 83 | 52 | 45 |
| Octal | 160 | 361 | 210 | 66 | 0 | 54 | 5 | 203 | 122 | 105 |
| Binary | 1110000 | 11110001 | 10001000 | 110110 | 0 | 101100 | 101 | 10000011 | 1010010 | 1000101 |
Color Harmonies of #70F188
Complementary color
Monochromatic Colors of #70F188
Black with #70F188
Text Example
Text Example
White with #70F188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70F188; }
p { color: rgb(112,241,136); }
H1.HeaderClassName
{
color: #70F188;
}
.AnyTagClassName
{
color: #70F188;
}
</style>
background-color css
<style>
a { background-color: #70F188; }
a { background-color: rgb(112,241,136); }
div.DivClassName
{
background-color: #70F188;
}
.BgClassName
{
background-color: #70F188;
}
</style>
border-color css
<style>
span { border-color: #70F188; }
span { border-color: rgb(112,241,136); }
td.TdClassName
{
border-color: #70F188;
}
.TagClassName
{
border-color: #70F188;
}
</style>