Shades of Pastel Green #62D955
Tints of Pastel Green #62D955
RGB
CMYK
RGB Variations
Color information
#62D955 (or 0x62D955) is known color: Pastel Green. HEX triplet: 62, D9 and 55. RGB value is (98,217,85). Sum of RGB (Red+Green+Blue) = 98+217+85=400 (52% of max value = 765). Red value is 98 (38.67% from 255 or 24.5% from 400); Green value is 217 (85.16% from 255 or 54.25% from 400); Blue value is 85 (33.59% from 255 or 21.25% from 400); Max value from RGB is 217 - color contains mainly: green. Hex color #62D955 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #62D955 is #9D26AA. Grayscale: #A6A6A6. Windows color (decimal): -10299051 or 5626210. OLE color: 5626210.
HSL color Cylindrical-coordinate representation of color #62D955: hue angle of 114.09º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #62D955 is Cyan = 0.55, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 98 | 217 | 85 | - |
| CMYK | 0.55 | 0 | 0.61 | 0.15 |
| HSL | 114.09º | 0.63% | 0.59% | - |
| HSV(B) | 114.09º | 0.61% | 0.85% | - |
| XYZ | 31.49 | 52.88 | 17.14 | - |
| YUV | 166.37 | 82.08 | 79.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 217 | 85 | 0.55 | 0 | 0.61 | 0.15 | 114.09 | 0.63 | 0.59 |
| Hex | 62 | D9 | 55 | 37 | 0 | 3D | F | 72 | 3F | 3B |
| Octal | 142 | 331 | 125 | 67 | 0 | 75 | 17 | 162 | 77 | 73 |
| Binary | 1100010 | 11011001 | 1010101 | 110111 | 0 | 111101 | 1111 | 1110010 | 111111 | 111011 |
Color Harmonies of #62D955
Complementary color
Monochromatic Colors of #62D955
Black with #62D955
Text Example
Text Example
White with #62D955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62D955; }
p { color: rgb(98,217,85); }
H1.HeaderClassName
{
color: #62D955;
}
.AnyTagClassName
{
color: #62D955;
}
</style>
background-color css
<style>
a { background-color: #62D955; }
a { background-color: rgb(98,217,85); }
div.DivClassName
{
background-color: #62D955;
}
.BgClassName
{
background-color: #62D955;
}
</style>
border-color css
<style>
span { border-color: #62D955; }
span { border-color: rgb(98,217,85); }
td.TdClassName
{
border-color: #62D955;
}
.TagClassName
{
border-color: #62D955;
}
</style>