Shades of Pastel Green #70CF77
Tints of Pastel Green #70CF77
RGB
CMYK
RGB Variations
Color information
#70CF77 (or 0x70CF77) is known color: Pastel Green. HEX triplet: 70, CF and 77. RGB value is (112,207,119). Sum of RGB (Red+Green+Blue) = 112+207+119=438 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.57% from 438); Green value is 207 (81.25% from 255 or 47.26% from 438); Blue value is 119 (46.88% from 255 or 27.17% from 438); Max value from RGB is 207 - color contains mainly: green. Hex color #70CF77 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70CF77 is #8F3088. Grayscale: #A8A8A8. Windows color (decimal): -9384073 or 7851888. OLE color: 7851888.
HSL color Cylindrical-coordinate representation of color #70CF77: hue angle of 124.42º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #70CF77 is Cyan = 0.46, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 112 | 207 | 119 | - |
| CMYK | 0.46 | 0 | 0.43 | 0.19 |
| HSL | 124.42º | 0.5% | 0.63% | - |
| HSV(B) | 124.42º | 0.46% | 0.81% | - |
| XYZ | 32.32 | 49.4 | 25.28 | - |
| YUV | 168.56 | 100.03 | 87.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 207 | 119 | 0.46 | 0 | 0.43 | 0.19 | 124.42 | 0.5 | 0.63 |
| Hex | 70 | CF | 77 | 2E | 0 | 2B | 13 | 7C | 32 | 3F |
| Octal | 160 | 317 | 167 | 56 | 0 | 53 | 23 | 174 | 62 | 77 |
| Binary | 1110000 | 11001111 | 1110111 | 101110 | 0 | 101011 | 10011 | 1111100 | 110010 | 111111 |
Color Harmonies of #70CF77
Complementary color
Monochromatic Colors of #70CF77
Black with #70CF77
Text Example
Text Example
White with #70CF77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70CF77; }
p { color: rgb(112,207,119); }
H1.HeaderClassName
{
color: #70CF77;
}
.AnyTagClassName
{
color: #70CF77;
}
</style>
background-color css
<style>
a { background-color: #70CF77; }
a { background-color: rgb(112,207,119); }
div.DivClassName
{
background-color: #70CF77;
}
.BgClassName
{
background-color: #70CF77;
}
</style>
border-color css
<style>
span { border-color: #70CF77; }
span { border-color: rgb(112,207,119); }
td.TdClassName
{
border-color: #70CF77;
}
.TagClassName
{
border-color: #70CF77;
}
</style>