Shades of Pastel Green #70CB75
Tints of Pastel Green #70CB75
RGB
CMYK
RGB Variations
Color information
#70CB75 (or 0x70CB75) is known color: Pastel Green. HEX triplet: 70, CB and 75. RGB value is (112,203,117). Sum of RGB (Red+Green+Blue) = 112+203+117=432 (57% of max value = 765). Red value is 112 (44.14% from 255 or 25.93% from 432); Green value is 203 (79.69% from 255 or 46.99% from 432); Blue value is 117 (46.09% from 255 or 27.08% from 432); Max value from RGB is 203 - color contains mainly: green. Hex color #70CB75 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70CB75 is #8F348A. Grayscale: #A6A6A6. Windows color (decimal): -9385099 or 7719792. OLE color: 7719792.
HSL color Cylindrical-coordinate representation of color #70CB75: hue angle of 123.3º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #70CB75 is Cyan = 0.45, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 112 | 203 | 117 | - |
| CMYK | 0.45 | 0 | 0.42 | 0.20 |
| HSL | 123.3º | 0.47% | 0.62% | - |
| HSV(B) | 123.3º | 0.45% | 0.8% | - |
| XYZ | 31.25 | 47.44 | 24.34 | - |
| YUV | 165.99 | 100.35 | 89.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 203 | 117 | 0.45 | 0 | 0.42 | 0.20 | 123.3 | 0.47 | 0.62 |
| Hex | 70 | CB | 75 | 2D | 0 | 2A | 14 | 7B | 2F | 3E |
| Octal | 160 | 313 | 165 | 55 | 0 | 52 | 24 | 173 | 57 | 76 |
| Binary | 1110000 | 11001011 | 1110101 | 101101 | 0 | 101010 | 10100 | 1111011 | 101111 | 111110 |
Color Harmonies of #70CB75
Complementary color
Monochromatic Colors of #70CB75
Black with #70CB75
Text Example
Text Example
White with #70CB75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70CB75; }
p { color: rgb(112,203,117); }
H1.HeaderClassName
{
color: #70CB75;
}
.AnyTagClassName
{
color: #70CB75;
}
</style>
background-color css
<style>
a { background-color: #70CB75; }
a { background-color: rgb(112,203,117); }
div.DivClassName
{
background-color: #70CB75;
}
.BgClassName
{
background-color: #70CB75;
}
</style>
border-color css
<style>
span { border-color: #70CB75; }
span { border-color: rgb(112,203,117); }
td.TdClassName
{
border-color: #70CB75;
}
.TagClassName
{
border-color: #70CB75;
}
</style>