Shades of Pastel Green #70CF67
Tints of Pastel Green #70CF67
RGB
CMYK
RGB Variations
Color information
#70CF67 (or 0x70CF67) is known color: Pastel Green. HEX triplet: 70, CF and 67. RGB value is (112,207,103). Sum of RGB (Red+Green+Blue) = 112+207+103=422 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.54% from 422); Green value is 207 (81.25% from 255 or 49.05% from 422); Blue value is 103 (40.62% from 255 or 24.41% from 422); Max value from RGB is 207 - color contains mainly: green. Hex color #70CF67 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70CF67 is #8F3098. Grayscale: #A7A7A7. Windows color (decimal): -9384089 or 6803312. OLE color: 6803312.
HSL color Cylindrical-coordinate representation of color #70CF67: hue angle of 114.81º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #70CF67 is Cyan = 0.46, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 112 | 207 | 103 | - |
| CMYK | 0.46 | 0 | 0.50 | 0.19 |
| HSL | 114.81º | 0.52% | 0.61% | - |
| HSV(B) | 114.81º | 0.5% | 0.81% | - |
| XYZ | 31.44 | 49.05 | 20.64 | - |
| YUV | 166.74 | 92.03 | 88.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 207 | 103 | 0.46 | 0 | 0.50 | 0.19 | 114.81 | 0.52 | 0.61 |
| Hex | 70 | CF | 67 | 2E | 0 | 32 | 13 | 73 | 34 | 3D |
| Octal | 160 | 317 | 147 | 56 | 0 | 62 | 23 | 163 | 64 | 75 |
| Binary | 1110000 | 11001111 | 1100111 | 101110 | 0 | 110010 | 10011 | 1110011 | 110100 | 111101 |
Color Harmonies of #70CF67
Complementary color
Monochromatic Colors of #70CF67
Black with #70CF67
Text Example
Text Example
White with #70CF67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70CF67; }
p { color: rgb(112,207,103); }
H1.HeaderClassName
{
color: #70CF67;
}
.AnyTagClassName
{
color: #70CF67;
}
</style>
background-color css
<style>
a { background-color: #70CF67; }
a { background-color: rgb(112,207,103); }
div.DivClassName
{
background-color: #70CF67;
}
.BgClassName
{
background-color: #70CF67;
}
</style>
border-color css
<style>
span { border-color: #70CF67; }
span { border-color: rgb(112,207,103); }
td.TdClassName
{
border-color: #70CF67;
}
.TagClassName
{
border-color: #70CF67;
}
</style>