Shades of Pastel Green #62D770
Tints of Pastel Green #62D770
RGB
CMYK
RGB Variations
Color information
#62D770 (or 0x62D770) is known color: Pastel Green. HEX triplet: 62, D7 and 70. RGB value is (98,215,112). Sum of RGB (Red+Green+Blue) = 98+215+112=425 (56% of max value = 765). Red value is 98 (38.67% from 255 or 23.06% from 425); Green value is 215 (84.38% from 255 or 50.59% from 425); Blue value is 112 (44.14% from 255 or 26.35% from 425); Max value from RGB is 215 - color contains mainly: green. Hex color #62D770 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #62D770 is #9D288F. Grayscale: #A8A8A8. Windows color (decimal): -10299536 or 7395170. OLE color: 7395170.
HSL color Cylindrical-coordinate representation of color #62D770: hue angle of 127.18º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #62D770 is Cyan = 0.54, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 98 | 215 | 112 | - |
| CMYK | 0.54 | 0 | 0.48 | 0.16 |
| HSL | 127.18º | 0.59% | 0.61% | - |
| HSV(B) | 127.18º | 0.54% | 0.84% | - |
| XYZ | 32.26 | 52.37 | 23.74 | - |
| YUV | 168.28 | 96.24 | 77.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 215 | 112 | 0.54 | 0 | 0.48 | 0.16 | 127.18 | 0.59 | 0.61 |
| Hex | 62 | D7 | 70 | 36 | 0 | 30 | 10 | 7F | 3B | 3D |
| Octal | 142 | 327 | 160 | 66 | 0 | 60 | 20 | 177 | 73 | 75 |
| Binary | 1100010 | 11010111 | 1110000 | 110110 | 0 | 110000 | 10000 | 1111111 | 111011 | 111101 |
Color Harmonies of #62D770
Complementary color
Monochromatic Colors of #62D770
Black with #62D770
Text Example
Text Example
White with #62D770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62D770; }
p { color: rgb(98,215,112); }
H1.HeaderClassName
{
color: #62D770;
}
.AnyTagClassName
{
color: #62D770;
}
</style>
background-color css
<style>
a { background-color: #62D770; }
a { background-color: rgb(98,215,112); }
div.DivClassName
{
background-color: #62D770;
}
.BgClassName
{
background-color: #62D770;
}
</style>
border-color css
<style>
span { border-color: #62D770; }
span { border-color: rgb(98,215,112); }
td.TdClassName
{
border-color: #62D770;
}
.TagClassName
{
border-color: #62D770;
}
</style>