Shades of Pastel Green #70CB66
Tints of Pastel Green #70CB66
RGB
CMYK
RGB Variations
Color information
#70CB66 (or 0x70CB66) is known color: Pastel Green. HEX triplet: 70, CB and 66. RGB value is (112,203,102). Sum of RGB (Red+Green+Blue) = 112+203+102=417 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.86% from 417); Green value is 203 (79.69% from 255 or 48.68% from 417); Blue value is 102 (40.23% from 255 or 24.46% from 417); Max value from RGB is 203 - color contains mainly: green. Hex color #70CB66 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70CB66 is #8F3499. Grayscale: #A4A4A4. Windows color (decimal): -9385114 or 6736752. OLE color: 6736752.
HSL color Cylindrical-coordinate representation of color #70CB66: hue angle of 114.06º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #70CB66 is Cyan = 0.45, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 112 | 203 | 102 | - |
| CMYK | 0.45 | 0 | 0.50 | 0.20 |
| HSL | 114.06º | 0.49% | 0.6% | - |
| HSV(B) | 114.06º | 0.5% | 0.8% | - |
| XYZ | 30.44 | 47.12 | 20.06 | - |
| YUV | 164.28 | 92.85 | 90.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 203 | 102 | 0.45 | 0 | 0.50 | 0.20 | 114.06 | 0.49 | 0.6 |
| Hex | 70 | CB | 66 | 2D | 0 | 32 | 14 | 72 | 31 | 3C |
| Octal | 160 | 313 | 146 | 55 | 0 | 62 | 24 | 162 | 61 | 74 |
| Binary | 1110000 | 11001011 | 1100110 | 101101 | 0 | 110010 | 10100 | 1110010 | 110001 | 111100 |
Color Harmonies of #70CB66
Complementary color
Monochromatic Colors of #70CB66
Black with #70CB66
Text Example
Text Example
White with #70CB66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70CB66; }
p { color: rgb(112,203,102); }
H1.HeaderClassName
{
color: #70CB66;
}
.AnyTagClassName
{
color: #70CB66;
}
</style>
background-color css
<style>
a { background-color: #70CB66; }
a { background-color: rgb(112,203,102); }
div.DivClassName
{
background-color: #70CB66;
}
.BgClassName
{
background-color: #70CB66;
}
</style>
border-color css
<style>
span { border-color: #70CB66; }
span { border-color: rgb(112,203,102); }
td.TdClassName
{
border-color: #70CB66;
}
.TagClassName
{
border-color: #70CB66;
}
</style>