Shades of Pastel Green #70CB76
Tints of Pastel Green #70CB76
RGB
CMYK
RGB Variations
Color information
#70CB76 (or 0x70CB76) is known color: Pastel Green. HEX triplet: 70, CB and 76. RGB value is (112,203,118). Sum of RGB (Red+Green+Blue) = 112+203+118=433 (57% of max value = 765). Red value is 112 (44.14% from 255 or 25.87% from 433); Green value is 203 (79.69% from 255 or 46.88% from 433); Blue value is 118 (46.48% from 255 or 27.25% from 433); Max value from RGB is 203 - color contains mainly: green. Hex color #70CB76 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70CB76 is #8F3489. Grayscale: #A6A6A6. Windows color (decimal): -9385098 or 7785328. OLE color: 7785328.
HSL color Cylindrical-coordinate representation of color #70CB76: hue angle of 123.96º 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 #70CB76 is Cyan = 0.45, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 112 | 203 | 118 | - |
| CMYK | 0.45 | 0 | 0.42 | 0.20 |
| HSL | 123.96º | 0.47% | 0.62% | - |
| HSV(B) | 123.96º | 0.45% | 0.8% | - |
| XYZ | 31.31 | 47.46 | 24.65 | - |
| YUV | 166.1 | 100.85 | 89.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 203 | 118 | 0.45 | 0 | 0.42 | 0.20 | 123.96 | 0.47 | 0.62 |
| Hex | 70 | CB | 76 | 2D | 0 | 2A | 14 | 7C | 2F | 3E |
| Octal | 160 | 313 | 166 | 55 | 0 | 52 | 24 | 174 | 57 | 76 |
| Binary | 1110000 | 11001011 | 1110110 | 101101 | 0 | 101010 | 10100 | 1111100 | 101111 | 111110 |
Color Harmonies of #70CB76
Complementary color
Monochromatic Colors of #70CB76
Black with #70CB76
Text Example
Text Example
White with #70CB76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70CB76; }
p { color: rgb(112,203,118); }
H1.HeaderClassName
{
color: #70CB76;
}
.AnyTagClassName
{
color: #70CB76;
}
</style>
background-color css
<style>
a { background-color: #70CB76; }
a { background-color: rgb(112,203,118); }
div.DivClassName
{
background-color: #70CB76;
}
.BgClassName
{
background-color: #70CB76;
}
</style>
border-color css
<style>
span { border-color: #70CB76; }
span { border-color: rgb(112,203,118); }
td.TdClassName
{
border-color: #70CB76;
}
.TagClassName
{
border-color: #70CB76;
}
</style>