Shades of Pastel Green #70CE70
Tints of Pastel Green #70CE70
RGB
CMYK
RGB Variations
Color information
#70CE70 (or 0x70CE70) is known color: Pastel Green. HEX triplet: 70, CE and 70. RGB value is (112,206,112). Sum of RGB (Red+Green+Blue) = 112+206+112=430 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.05% from 430); Green value is 206 (80.86% from 255 or 47.91% from 430); Blue value is 112 (44.14% from 255 or 26.05% from 430); Max value from RGB is 206 - color contains mainly: green. Hex color #70CE70 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70CE70 is #8F318F. Grayscale: #A7A7A7. Windows color (decimal): -9384336 or 7392880. OLE color: 7392880.
HSL color Cylindrical-coordinate representation of color #70CE70: hue angle of 120º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #70CE70 is Cyan = 0.46, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 112 | 206 | 112 | - |
| CMYK | 0.46 | 0 | 0.46 | 0.19 |
| HSL | 120º | 0.49% | 0.62% | - |
| HSV(B) | 120º | 0.46% | 0.81% | - |
| XYZ | 31.68 | 48.76 | 23.07 | - |
| YUV | 167.18 | 96.86 | 88.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 206 | 112 | 0.46 | 0 | 0.46 | 0.19 | 120 | 0.49 | 0.62 |
| Hex | 70 | CE | 70 | 2E | 0 | 2E | 13 | 78 | 31 | 3E |
| Octal | 160 | 316 | 160 | 56 | 0 | 56 | 23 | 170 | 61 | 76 |
| Binary | 1110000 | 11001110 | 1110000 | 101110 | 0 | 101110 | 10011 | 1111000 | 110001 | 111110 |
Color Harmonies of #70CE70
Complementary color
Monochromatic Colors of #70CE70
Black with #70CE70
Text Example
Text Example
White with #70CE70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70CE70; }
p { color: rgb(112,206,112); }
H1.HeaderClassName
{
color: #70CE70;
}
.AnyTagClassName
{
color: #70CE70;
}
</style>
background-color css
<style>
a { background-color: #70CE70; }
a { background-color: rgb(112,206,112); }
div.DivClassName
{
background-color: #70CE70;
}
.BgClassName
{
background-color: #70CE70;
}
</style>
border-color css
<style>
span { border-color: #70CE70; }
span { border-color: rgb(112,206,112); }
td.TdClassName
{
border-color: #70CE70;
}
.TagClassName
{
border-color: #70CE70;
}
</style>