Shades of Pastel Green #70CF76
Tints of Pastel Green #70CF76
RGB
CMYK
RGB Variations
Color information
#70CF76 (or 0x70CF76) is known color: Pastel Green. HEX triplet: 70, CF and 76. RGB value is (112,207,118). Sum of RGB (Red+Green+Blue) = 112+207+118=437 (57% of max value = 765). Red value is 112 (44.14% from 255 or 25.63% from 437); Green value is 207 (81.25% from 255 or 47.37% from 437); Blue value is 118 (46.48% from 255 or 27.00% from 437); Max value from RGB is 207 - color contains mainly: green. Hex color #70CF76 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70CF76 is #8F3089. Grayscale: #A8A8A8. Windows color (decimal): -9384074 or 7786352. OLE color: 7786352.
HSL color Cylindrical-coordinate representation of color #70CF76: hue angle of 123.79º 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 #70CF76 is Cyan = 0.46, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 112 | 207 | 118 | - |
| CMYK | 0.46 | 0 | 0.43 | 0.19 |
| HSL | 123.79º | 0.5% | 0.63% | - |
| HSV(B) | 123.79º | 0.46% | 0.81% | - |
| XYZ | 32.26 | 49.38 | 24.97 | - |
| YUV | 168.45 | 99.53 | 87.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 207 | 118 | 0.46 | 0 | 0.43 | 0.19 | 123.79 | 0.5 | 0.63 |
| Hex | 70 | CF | 76 | 2E | 0 | 2B | 13 | 7C | 32 | 3F |
| Octal | 160 | 317 | 166 | 56 | 0 | 53 | 23 | 174 | 62 | 77 |
| Binary | 1110000 | 11001111 | 1110110 | 101110 | 0 | 101011 | 10011 | 1111100 | 110010 | 111111 |
Color Harmonies of #70CF76
Complementary color
Monochromatic Colors of #70CF76
Black with #70CF76
Text Example
Text Example
White with #70CF76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70CF76; }
p { color: rgb(112,207,118); }
H1.HeaderClassName
{
color: #70CF76;
}
.AnyTagClassName
{
color: #70CF76;
}
</style>
background-color css
<style>
a { background-color: #70CF76; }
a { background-color: rgb(112,207,118); }
div.DivClassName
{
background-color: #70CF76;
}
.BgClassName
{
background-color: #70CF76;
}
</style>
border-color css
<style>
span { border-color: #70CF76; }
span { border-color: rgb(112,207,118); }
td.TdClassName
{
border-color: #70CF76;
}
.TagClassName
{
border-color: #70CF76;
}
</style>