Shades of Pastel Green #62EA80
Tints of Pastel Green #62EA80
RGB
CMYK
RGB Variations
Color information
#62EA80 (or 0x62EA80) is known color: Pastel Green. HEX triplet: 62, EA and 80. RGB value is (98,234,128). Sum of RGB (Red+Green+Blue) = 98+234+128=460 (60% of max value = 765). Red value is 98 (38.67% from 255 or 21.30% from 460); Green value is 234 (91.80% from 255 or 50.87% from 460); Blue value is 128 (50.39% from 255 or 27.83% from 460); Max value from RGB is 234 - color contains mainly: green. Hex color #62EA80 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #62EA80 is #9D157F. Grayscale: #B5B5B5. Windows color (decimal): -10294656 or 8448610. OLE color: 8448610.
HSL color Cylindrical-coordinate representation of color #62EA80: hue angle of 133.24º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #62EA80 is Cyan = 0.58, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 98 | 234 | 128 | - |
| CMYK | 0.58 | 0 | 0.45 | 0.08 |
| HSL | 133.24º | 0.76% | 0.65% | - |
| HSV(B) | 133.24º | 0.58% | 0.92% | - |
| XYZ | 38.36 | 63 | 30.56 | - |
| YUV | 181.25 | 97.94 | 68.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 234 | 128 | 0.58 | 0 | 0.45 | 0.08 | 133.24 | 0.76 | 0.65 |
| Hex | 62 | EA | 80 | 3A | 0 | 2D | 8 | 85 | 4C | 41 |
| Octal | 142 | 352 | 200 | 72 | 0 | 55 | 10 | 205 | 114 | 101 |
| Binary | 1100010 | 11101010 | 10000000 | 111010 | 0 | 101101 | 1000 | 10000101 | 1001100 | 1000001 |
Color Harmonies of #62EA80
Complementary color
Monochromatic Colors of #62EA80
Black with #62EA80
Text Example
Text Example
White with #62EA80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62EA80; }
p { color: rgb(98,234,128); }
H1.HeaderClassName
{
color: #62EA80;
}
.AnyTagClassName
{
color: #62EA80;
}
</style>
background-color css
<style>
a { background-color: #62EA80; }
a { background-color: rgb(98,234,128); }
div.DivClassName
{
background-color: #62EA80;
}
.BgClassName
{
background-color: #62EA80;
}
</style>
border-color css
<style>
span { border-color: #62EA80; }
span { border-color: rgb(98,234,128); }
td.TdClassName
{
border-color: #62EA80;
}
.TagClassName
{
border-color: #62EA80;
}
</style>