Shades of Pastel Green #70CF68
Tints of Pastel Green #70CF68
RGB
CMYK
RGB Variations
Color information
#70CF68 (or 0x70CF68) is known color: Pastel Green. HEX triplet: 70, CF and 68. RGB value is (112,207,104). Sum of RGB (Red+Green+Blue) = 112+207+104=423 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.48% from 423); Green value is 207 (81.25% from 255 or 48.94% from 423); Blue value is 104 (41.02% from 255 or 24.59% from 423); Max value from RGB is 207 - color contains mainly: green. Hex color #70CF68 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70CF68 is #8F3097. Grayscale: #A7A7A7. Windows color (decimal): -9384088 or 6868848. OLE color: 6868848.
HSL color Cylindrical-coordinate representation of color #70CF68: hue angle of 115.34º 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 #70CF68 is Cyan = 0.46, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 112 | 207 | 104 | - |
| CMYK | 0.46 | 0 | 0.50 | 0.19 |
| HSL | 115.34º | 0.52% | 0.61% | - |
| HSV(B) | 115.34º | 0.5% | 0.81% | - |
| XYZ | 31.49 | 49.07 | 20.91 | - |
| YUV | 166.85 | 92.53 | 88.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 207 | 104 | 0.46 | 0 | 0.50 | 0.19 | 115.34 | 0.52 | 0.61 |
| Hex | 70 | CF | 68 | 2E | 0 | 32 | 13 | 73 | 34 | 3D |
| Octal | 160 | 317 | 150 | 56 | 0 | 62 | 23 | 163 | 64 | 75 |
| Binary | 1110000 | 11001111 | 1101000 | 101110 | 0 | 110010 | 10011 | 1110011 | 110100 | 111101 |
Color Harmonies of #70CF68
Complementary color
Monochromatic Colors of #70CF68
Black with #70CF68
Text Example
Text Example
White with #70CF68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70CF68; }
p { color: rgb(112,207,104); }
H1.HeaderClassName
{
color: #70CF68;
}
.AnyTagClassName
{
color: #70CF68;
}
</style>
background-color css
<style>
a { background-color: #70CF68; }
a { background-color: rgb(112,207,104); }
div.DivClassName
{
background-color: #70CF68;
}
.BgClassName
{
background-color: #70CF68;
}
</style>
border-color css
<style>
span { border-color: #70CF68; }
span { border-color: rgb(112,207,104); }
td.TdClassName
{
border-color: #70CF68;
}
.TagClassName
{
border-color: #70CF68;
}
</style>