Shades of Pastel Green #62E080
Tints of Pastel Green #62E080
RGB
CMYK
RGB Variations
Color information
#62E080 (or 0x62E080) is known color: Pastel Green. HEX triplet: 62, E0 and 80. RGB value is (98,224,128). Sum of RGB (Red+Green+Blue) = 98+224+128=450 (59% of max value = 765). Red value is 98 (38.67% from 255 or 21.78% from 450); Green value is 224 (87.89% from 255 or 49.78% from 450); Blue value is 128 (50.39% from 255 or 28.44% from 450); Max value from RGB is 224 - color contains mainly: green. Hex color #62E080 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #62E080 is #9D1F7F. Grayscale: #AFAFAF. Windows color (decimal): -10297216 or 8446050. OLE color: 8446050.
HSL color Cylindrical-coordinate representation of color #62E080: hue angle of 134.29º degrees, saturation: 0.67, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #62E080 is Cyan = 0.56, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 98 | 224 | 128 | - |
| CMYK | 0.56 | 0 | 0.43 | 0.12 |
| HSL | 134.29º | 0.67% | 0.63% | - |
| HSV(B) | 134.29º | 0.56% | 0.88% | - |
| XYZ | 35.59 | 57.47 | 29.64 | - |
| YUV | 175.38 | 101.26 | 72.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 224 | 128 | 0.56 | 0 | 0.43 | 0.12 | 134.29 | 0.67 | 0.63 |
| Hex | 62 | E0 | 80 | 38 | 0 | 2B | C | 86 | 43 | 3F |
| Octal | 142 | 340 | 200 | 70 | 0 | 53 | 14 | 206 | 103 | 77 |
| Binary | 1100010 | 11100000 | 10000000 | 111000 | 0 | 101011 | 1100 | 10000110 | 1000011 | 111111 |
Color Harmonies of #62E080
Complementary color
Monochromatic Colors of #62E080
Black with #62E080
Text Example
Text Example
White with #62E080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62E080; }
p { color: rgb(98,224,128); }
H1.HeaderClassName
{
color: #62E080;
}
.AnyTagClassName
{
color: #62E080;
}
</style>
background-color css
<style>
a { background-color: #62E080; }
a { background-color: rgb(98,224,128); }
div.DivClassName
{
background-color: #62E080;
}
.BgClassName
{
background-color: #62E080;
}
</style>
border-color css
<style>
span { border-color: #62E080; }
span { border-color: rgb(98,224,128); }
td.TdClassName
{
border-color: #62E080;
}
.TagClassName
{
border-color: #62E080;
}
</style>