Shades of Pastel Green #70CB7C
Tints of Pastel Green #70CB7C
RGB
CMYK
RGB Variations
Color information
#70CB7C (or 0x70CB7C) is known color: Pastel Green. HEX triplet: 70, CB and 7C. RGB value is (112,203,124). Sum of RGB (Red+Green+Blue) = 112+203+124=439 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.51% from 439); Green value is 203 (79.69% from 255 or 46.24% from 439); Blue value is 124 (48.83% from 255 or 28.25% from 439); Max value from RGB is 203 - color contains mainly: green. Hex color #70CB7C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70CB7C is #8F3483. Grayscale: #A7A7A7. Windows color (decimal): -9385092 or 8178544. OLE color: 8178544.
HSL color Cylindrical-coordinate representation of color #70CB7C: hue angle of 127.91º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #70CB7C is Cyan = 0.45, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 112 | 203 | 124 | - |
| CMYK | 0.45 | 0 | 0.39 | 0.20 |
| HSL | 127.91º | 0.47% | 0.62% | - |
| HSV(B) | 127.91º | 0.45% | 0.8% | - |
| XYZ | 31.68 | 47.61 | 26.59 | - |
| YUV | 166.79 | 103.85 | 88.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 203 | 124 | 0.45 | 0 | 0.39 | 0.20 | 127.91 | 0.47 | 0.62 |
| Hex | 70 | CB | 7C | 2D | 0 | 27 | 14 | 80 | 2F | 3E |
| Octal | 160 | 313 | 174 | 55 | 0 | 47 | 24 | 200 | 57 | 76 |
| Binary | 1110000 | 11001011 | 1111100 | 101101 | 0 | 100111 | 10100 | 10000000 | 101111 | 111110 |
Color Harmonies of #70CB7C
Complementary color
Monochromatic Colors of #70CB7C
Black with #70CB7C
Text Example
Text Example
White with #70CB7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70CB7C; }
p { color: rgb(112,203,124); }
H1.HeaderClassName
{
color: #70CB7C;
}
.AnyTagClassName
{
color: #70CB7C;
}
</style>
background-color css
<style>
a { background-color: #70CB7C; }
a { background-color: rgb(112,203,124); }
div.DivClassName
{
background-color: #70CB7C;
}
.BgClassName
{
background-color: #70CB7C;
}
</style>
border-color css
<style>
span { border-color: #70CB7C; }
span { border-color: rgb(112,203,124); }
td.TdClassName
{
border-color: #70CB7C;
}
.TagClassName
{
border-color: #70CB7C;
}
</style>