Shades of Pastel Green #70CE77
Tints of Pastel Green #70CE77
RGB
CMYK
RGB Variations
Color information
#70CE77 (or 0x70CE77) is known color: Pastel Green. HEX triplet: 70, CE and 77. RGB value is (112,206,119). Sum of RGB (Red+Green+Blue) = 112+206+119=437 (57% of max value = 765). Red value is 112 (44.14% from 255 or 25.63% from 437); Green value is 206 (80.86% from 255 or 47.14% from 437); Blue value is 119 (46.88% from 255 or 27.23% from 437); Max value from RGB is 206 - color contains mainly: green. Hex color #70CE77 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70CE77 is #8F3188. Grayscale: #A8A8A8. Windows color (decimal): -9384329 or 7851632. OLE color: 7851632.
HSL color Cylindrical-coordinate representation of color #70CE77: hue angle of 124.47º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #70CE77 is Cyan = 0.46, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 112 | 206 | 119 | - |
| CMYK | 0.46 | 0 | 0.42 | 0.19 |
| HSL | 124.47º | 0.49% | 0.62% | - |
| HSV(B) | 124.47º | 0.46% | 0.81% | - |
| XYZ | 32.08 | 48.92 | 25.2 | - |
| YUV | 167.98 | 100.36 | 88.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 206 | 119 | 0.46 | 0 | 0.42 | 0.19 | 124.47 | 0.49 | 0.62 |
| Hex | 70 | CE | 77 | 2E | 0 | 2A | 13 | 7C | 31 | 3E |
| Octal | 160 | 316 | 167 | 56 | 0 | 52 | 23 | 174 | 61 | 76 |
| Binary | 1110000 | 11001110 | 1110111 | 101110 | 0 | 101010 | 10011 | 1111100 | 110001 | 111110 |
Color Harmonies of #70CE77
Complementary color
Monochromatic Colors of #70CE77
Black with #70CE77
Text Example
Text Example
White with #70CE77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70CE77; }
p { color: rgb(112,206,119); }
H1.HeaderClassName
{
color: #70CE77;
}
.AnyTagClassName
{
color: #70CE77;
}
</style>
background-color css
<style>
a { background-color: #70CE77; }
a { background-color: rgb(112,206,119); }
div.DivClassName
{
background-color: #70CE77;
}
.BgClassName
{
background-color: #70CE77;
}
</style>
border-color css
<style>
span { border-color: #70CE77; }
span { border-color: rgb(112,206,119); }
td.TdClassName
{
border-color: #70CE77;
}
.TagClassName
{
border-color: #70CE77;
}
</style>