Shades of Pastel Green #70CB68
Tints of Pastel Green #70CB68
RGB
CMYK
RGB Variations
Color information
#70CB68 (or 0x70CB68) is known color: Pastel Green. HEX triplet: 70, CB and 68. RGB value is (112,203,104). Sum of RGB (Red+Green+Blue) = 112+203+104=419 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.73% from 419); Green value is 203 (79.69% from 255 or 48.45% from 419); Blue value is 104 (41.02% from 255 or 24.82% from 419); Max value from RGB is 203 - color contains mainly: green. Hex color #70CB68 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70CB68 is #8F3497. Grayscale: #A4A4A4. Windows color (decimal): -9385112 or 6867824. OLE color: 6867824.
HSL color Cylindrical-coordinate representation of color #70CB68: hue angle of 115.15º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #70CB68 is Cyan = 0.45, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 112 | 203 | 104 | - |
| CMYK | 0.45 | 0 | 0.49 | 0.20 |
| HSL | 115.15º | 0.49% | 0.6% | - |
| HSV(B) | 115.15º | 0.49% | 0.8% | - |
| XYZ | 30.54 | 47.16 | 20.59 | - |
| YUV | 164.51 | 93.85 | 90.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 203 | 104 | 0.45 | 0 | 0.49 | 0.20 | 115.15 | 0.49 | 0.6 |
| Hex | 70 | CB | 68 | 2D | 0 | 31 | 14 | 73 | 31 | 3C |
| Octal | 160 | 313 | 150 | 55 | 0 | 61 | 24 | 163 | 61 | 74 |
| Binary | 1110000 | 11001011 | 1101000 | 101101 | 0 | 110001 | 10100 | 1110011 | 110001 | 111100 |
Color Harmonies of #70CB68
Complementary color
Monochromatic Colors of #70CB68
Black with #70CB68
Text Example
Text Example
White with #70CB68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70CB68; }
p { color: rgb(112,203,104); }
H1.HeaderClassName
{
color: #70CB68;
}
.AnyTagClassName
{
color: #70CB68;
}
</style>
background-color css
<style>
a { background-color: #70CB68; }
a { background-color: rgb(112,203,104); }
div.DivClassName
{
background-color: #70CB68;
}
.BgClassName
{
background-color: #70CB68;
}
</style>
border-color css
<style>
span { border-color: #70CB68; }
span { border-color: rgb(112,203,104); }
td.TdClassName
{
border-color: #70CB68;
}
.TagClassName
{
border-color: #70CB68;
}
</style>