Shades of Pastel Green #62E972
Tints of Pastel Green #62E972
RGB
CMYK
RGB Variations
Color information
#62E972 (or 0x62E972) is known color: Pastel Green. HEX triplet: 62, E9 and 72. RGB value is (98,233,114). Sum of RGB (Red+Green+Blue) = 98+233+114=445 (58% of max value = 765). Red value is 98 (38.67% from 255 or 22.02% from 445); Green value is 233 (91.41% from 255 or 52.36% from 445); Blue value is 114 (44.92% from 255 or 25.62% from 445); Max value from RGB is 233 - color contains mainly: green. Hex color #62E972 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #62E972 is #9D168D. Grayscale: #B3B3B3. Windows color (decimal): -10294926 or 7530850. OLE color: 7530850.
HSL color Cylindrical-coordinate representation of color #62E972: hue angle of 127.11º degrees, saturation: 0.75, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #62E972 is Cyan = 0.58, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 98 | 233 | 114 | - |
| CMYK | 0.58 | 0 | 0.51 | 0.09 |
| HSL | 127.11º | 0.75% | 0.65% | - |
| HSV(B) | 127.11º | 0.58% | 0.91% | - |
| XYZ | 37.21 | 62.09 | 25.94 | - |
| YUV | 179.07 | 91.27 | 70.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 233 | 114 | 0.58 | 0 | 0.51 | 0.09 | 127.11 | 0.75 | 0.65 |
| Hex | 62 | E9 | 72 | 3A | 0 | 33 | 9 | 7F | 4B | 41 |
| Octal | 142 | 351 | 162 | 72 | 0 | 63 | 11 | 177 | 113 | 101 |
| Binary | 1100010 | 11101001 | 1110010 | 111010 | 0 | 110011 | 1001 | 1111111 | 1001011 | 1000001 |
Color Harmonies of #62E972
Complementary color
Monochromatic Colors of #62E972
Black with #62E972
Text Example
Text Example
White with #62E972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62E972; }
p { color: rgb(98,233,114); }
H1.HeaderClassName
{
color: #62E972;
}
.AnyTagClassName
{
color: #62E972;
}
</style>
background-color css
<style>
a { background-color: #62E972; }
a { background-color: rgb(98,233,114); }
div.DivClassName
{
background-color: #62E972;
}
.BgClassName
{
background-color: #62E972;
}
</style>
border-color css
<style>
span { border-color: #62E972; }
span { border-color: rgb(98,233,114); }
td.TdClassName
{
border-color: #62E972;
}
.TagClassName
{
border-color: #62E972;
}
</style>