Shades of Pastel Green #70CE65
Tints of Pastel Green #70CE65
RGB
CMYK
RGB Variations
Color information
#70CE65 (or 0x70CE65) is known color: Pastel Green. HEX triplet: 70, CE and 65. RGB value is (112,206,101). Sum of RGB (Red+Green+Blue) = 112+206+101=419 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.73% from 419); Green value is 206 (80.86% from 255 or 49.16% from 419); Blue value is 101 (39.84% from 255 or 24.11% from 419); Max value from RGB is 206 - color contains mainly: green. Hex color #70CE65 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70CE65 is #8F319A. Grayscale: #A6A6A6. Windows color (decimal): -9384347 or 6671984. OLE color: 6671984.
HSL color Cylindrical-coordinate representation of color #70CE65: hue angle of 113.71º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #70CE65 is Cyan = 0.46, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 112 | 206 | 101 | - |
| CMYK | 0.46 | 0 | 0.51 | 0.19 |
| HSL | 113.71º | 0.52% | 0.6% | - |
| HSV(B) | 113.71º | 0.51% | 0.81% | - |
| XYZ | 31.1 | 48.53 | 20.04 | - |
| YUV | 165.92 | 91.36 | 89.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 206 | 101 | 0.46 | 0 | 0.51 | 0.19 | 113.71 | 0.52 | 0.6 |
| Hex | 70 | CE | 65 | 2E | 0 | 33 | 13 | 72 | 34 | 3C |
| Octal | 160 | 316 | 145 | 56 | 0 | 63 | 23 | 162 | 64 | 74 |
| Binary | 1110000 | 11001110 | 1100101 | 101110 | 0 | 110011 | 10011 | 1110010 | 110100 | 111100 |
Color Harmonies of #70CE65
Complementary color
Monochromatic Colors of #70CE65
Black with #70CE65
Text Example
Text Example
White with #70CE65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70CE65; }
p { color: rgb(112,206,101); }
H1.HeaderClassName
{
color: #70CE65;
}
.AnyTagClassName
{
color: #70CE65;
}
</style>
background-color css
<style>
a { background-color: #70CE65; }
a { background-color: rgb(112,206,101); }
div.DivClassName
{
background-color: #70CE65;
}
.BgClassName
{
background-color: #70CE65;
}
</style>
border-color css
<style>
span { border-color: #70CE65; }
span { border-color: rgb(112,206,101); }
td.TdClassName
{
border-color: #70CE65;
}
.TagClassName
{
border-color: #70CE65;
}
</style>