Shades of Pastel Green #63DC70
Tints of Pastel Green #63DC70
RGB
CMYK
RGB Variations
Color information
#63DC70 (or 0x63DC70) is known color: Pastel Green. HEX triplet: 63, DC and 70. RGB value is (99,220,112). Sum of RGB (Red+Green+Blue) = 99+220+112=431 (57% of max value = 765). Red value is 99 (39.06% from 255 or 22.97% from 431); Green value is 220 (86.33% from 255 or 51.04% from 431); Blue value is 112 (44.14% from 255 or 25.99% from 431); Max value from RGB is 220 - color contains mainly: green. Hex color #63DC70 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #63DC70 is #9C238F. Grayscale: #ABABAB. Windows color (decimal): -10232720 or 7396451. OLE color: 7396451.
HSL color Cylindrical-coordinate representation of color #63DC70: hue angle of 126.45º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #63DC70 is Cyan = 0.55, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 99 | 220 | 112 | - |
| CMYK | 0.55 | 0 | 0.49 | 0.14 |
| HSL | 126.45º | 0.63% | 0.63% | - |
| HSV(B) | 126.45º | 0.55% | 0.86% | - |
| XYZ | 33.66 | 55.01 | 24.17 | - |
| YUV | 171.51 | 94.41 | 76.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 220 | 112 | 0.55 | 0 | 0.49 | 0.14 | 126.45 | 0.63 | 0.63 |
| Hex | 63 | DC | 70 | 37 | 0 | 31 | E | 7E | 3F | 3F |
| Octal | 143 | 334 | 160 | 67 | 0 | 61 | 16 | 176 | 77 | 77 |
| Binary | 1100011 | 11011100 | 1110000 | 110111 | 0 | 110001 | 1110 | 1111110 | 111111 | 111111 |
Color Harmonies of #63DC70
Complementary color
Monochromatic Colors of #63DC70
Black with #63DC70
Text Example
Text Example
White with #63DC70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63DC70; }
p { color: rgb(99,220,112); }
H1.HeaderClassName
{
color: #63DC70;
}
.AnyTagClassName
{
color: #63DC70;
}
</style>
background-color css
<style>
a { background-color: #63DC70; }
a { background-color: rgb(99,220,112); }
div.DivClassName
{
background-color: #63DC70;
}
.BgClassName
{
background-color: #63DC70;
}
</style>
border-color css
<style>
span { border-color: #63DC70; }
span { border-color: rgb(99,220,112); }
td.TdClassName
{
border-color: #63DC70;
}
.TagClassName
{
border-color: #63DC70;
}
</style>