Shades of Pastel Green #70CB7B
Tints of Pastel Green #70CB7B
RGB
CMYK
RGB Variations
Color information
#70CB7B (or 0x70CB7B) is known color: Pastel Green. HEX triplet: 70, CB and 7B. RGB value is (112,203,123). Sum of RGB (Red+Green+Blue) = 112+203+123=438 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.57% from 438); Green value is 203 (79.69% from 255 or 46.35% from 438); Blue value is 123 (48.44% from 255 or 28.08% from 438); Max value from RGB is 203 - color contains mainly: green. Hex color #70CB7B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70CB7B is #8F3484. Grayscale: #A6A6A6. Windows color (decimal): -9385093 or 8113008. OLE color: 8113008.
HSL color Cylindrical-coordinate representation of color #70CB7B: hue angle of 127.25º 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 #70CB7B is Cyan = 0.45, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 112 | 203 | 123 | - |
| CMYK | 0.45 | 0 | 0.39 | 0.20 |
| HSL | 127.25º | 0.47% | 0.62% | - |
| HSV(B) | 127.25º | 0.45% | 0.8% | - |
| XYZ | 31.61 | 47.59 | 26.26 | - |
| YUV | 166.67 | 103.35 | 89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 203 | 123 | 0.45 | 0 | 0.39 | 0.20 | 127.25 | 0.47 | 0.62 |
| Hex | 70 | CB | 7B | 2D | 0 | 27 | 14 | 7F | 2F | 3E |
| Octal | 160 | 313 | 173 | 55 | 0 | 47 | 24 | 177 | 57 | 76 |
| Binary | 1110000 | 11001011 | 1111011 | 101101 | 0 | 100111 | 10100 | 1111111 | 101111 | 111110 |
Color Harmonies of #70CB7B
Complementary color
Monochromatic Colors of #70CB7B
Black with #70CB7B
Text Example
Text Example
White with #70CB7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70CB7B; }
p { color: rgb(112,203,123); }
H1.HeaderClassName
{
color: #70CB7B;
}
.AnyTagClassName
{
color: #70CB7B;
}
</style>
background-color css
<style>
a { background-color: #70CB7B; }
a { background-color: rgb(112,203,123); }
div.DivClassName
{
background-color: #70CB7B;
}
.BgClassName
{
background-color: #70CB7B;
}
</style>
border-color css
<style>
span { border-color: #70CB7B; }
span { border-color: rgb(112,203,123); }
td.TdClassName
{
border-color: #70CB7B;
}
.TagClassName
{
border-color: #70CB7B;
}
</style>