Shades of Pastel Green #70CE69
Tints of Pastel Green #70CE69
RGB
CMYK
RGB Variations
Color information
#70CE69 (or 0x70CE69) is known color: Pastel Green. HEX triplet: 70, CE and 69. RGB value is (112,206,105). Sum of RGB (Red+Green+Blue) = 112+206+105=423 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.48% from 423); Green value is 206 (80.86% from 255 or 48.70% from 423); Blue value is 105 (41.41% from 255 or 24.82% from 423); Max value from RGB is 206 - color contains mainly: green. Hex color #70CE69 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70CE69 is #8F3196. Grayscale: #A6A6A6. Windows color (decimal): -9384343 or 6934128. OLE color: 6934128.
HSL color Cylindrical-coordinate representation of color #70CE69: hue angle of 115.84º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #70CE69 is Cyan = 0.46, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 112 | 206 | 105 | - |
| CMYK | 0.46 | 0 | 0.49 | 0.19 |
| HSL | 115.84º | 0.51% | 0.61% | - |
| HSV(B) | 115.84º | 0.49% | 0.81% | - |
| XYZ | 31.3 | 48.61 | 21.1 | - |
| YUV | 166.38 | 93.36 | 89.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 206 | 105 | 0.46 | 0 | 0.49 | 0.19 | 115.84 | 0.51 | 0.61 |
| Hex | 70 | CE | 69 | 2E | 0 | 31 | 13 | 74 | 33 | 3D |
| Octal | 160 | 316 | 151 | 56 | 0 | 61 | 23 | 164 | 63 | 75 |
| Binary | 1110000 | 11001110 | 1101001 | 101110 | 0 | 110001 | 10011 | 1110100 | 110011 | 111101 |
Color Harmonies of #70CE69
Complementary color
Monochromatic Colors of #70CE69
Black with #70CE69
Text Example
Text Example
White with #70CE69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70CE69; }
p { color: rgb(112,206,105); }
H1.HeaderClassName
{
color: #70CE69;
}
.AnyTagClassName
{
color: #70CE69;
}
</style>
background-color css
<style>
a { background-color: #70CE69; }
a { background-color: rgb(112,206,105); }
div.DivClassName
{
background-color: #70CE69;
}
.BgClassName
{
background-color: #70CE69;
}
</style>
border-color css
<style>
span { border-color: #70CE69; }
span { border-color: rgb(112,206,105); }
td.TdClassName
{
border-color: #70CE69;
}
.TagClassName
{
border-color: #70CE69;
}
</style>