Shades of Pastel Green #70CF65
Tints of Pastel Green #70CF65
RGB
CMYK
RGB Variations
Color information
#70CF65 (or 0x70CF65) is known color: Pastel Green. HEX triplet: 70, CF and 65. RGB value is (112,207,101). Sum of RGB (Red+Green+Blue) = 112+207+101=420 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.67% from 420); Green value is 207 (81.25% from 255 or 49.29% from 420); Blue value is 101 (39.84% from 255 or 24.05% from 420); Max value from RGB is 207 - color contains mainly: green. Hex color #70CF65 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70CF65 is #8F309A. Grayscale: #A6A6A6. Windows color (decimal): -9384091 or 6672240. OLE color: 6672240.
HSL color Cylindrical-coordinate representation of color #70CF65: hue angle of 113.77º 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 #70CF65 is Cyan = 0.46, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 112 | 207 | 101 | - |
| CMYK | 0.46 | 0 | 0.51 | 0.19 |
| HSL | 113.77º | 0.52% | 0.6% | - |
| HSV(B) | 113.77º | 0.51% | 0.81% | - |
| XYZ | 31.34 | 49.01 | 20.12 | - |
| YUV | 166.51 | 91.03 | 89.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 207 | 101 | 0.46 | 0 | 0.51 | 0.19 | 113.77 | 0.52 | 0.6 |
| Hex | 70 | CF | 65 | 2E | 0 | 33 | 13 | 72 | 34 | 3C |
| Octal | 160 | 317 | 145 | 56 | 0 | 63 | 23 | 162 | 64 | 74 |
| Binary | 1110000 | 11001111 | 1100101 | 101110 | 0 | 110011 | 10011 | 1110010 | 110100 | 111100 |
Color Harmonies of #70CF65
Complementary color
Monochromatic Colors of #70CF65
Black with #70CF65
Text Example
Text Example
White with #70CF65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70CF65; }
p { color: rgb(112,207,101); }
H1.HeaderClassName
{
color: #70CF65;
}
.AnyTagClassName
{
color: #70CF65;
}
</style>
background-color css
<style>
a { background-color: #70CF65; }
a { background-color: rgb(112,207,101); }
div.DivClassName
{
background-color: #70CF65;
}
.BgClassName
{
background-color: #70CF65;
}
</style>
border-color css
<style>
span { border-color: #70CF65; }
span { border-color: rgb(112,207,101); }
td.TdClassName
{
border-color: #70CF65;
}
.TagClassName
{
border-color: #70CF65;
}
</style>