Shades of Pastel Green #62ED82
Tints of Pastel Green #62ED82
RGB
CMYK
RGB Variations
Color information
#62ED82 (or 0x62ED82) is known color: Pastel Green. HEX triplet: 62, ED and 82. RGB value is (98,237,130). Sum of RGB (Red+Green+Blue) = 98+237+130=465 (61% of max value = 765). Red value is 98 (38.67% from 255 or 21.08% from 465); Green value is 237 (92.97% from 255 or 50.97% from 465); Blue value is 130 (51.17% from 255 or 27.96% from 465); Max value from RGB is 237 - color contains mainly: green. Hex color #62ED82 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #62ED82 is #9D127D. Grayscale: #B7B7B7. Windows color (decimal): -10293886 or 8580450. OLE color: 8580450.
HSL color Cylindrical-coordinate representation of color #62ED82: hue angle of 133.81º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #62ED82 is Cyan = 0.59, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 98 | 237 | 130 | - |
| CMYK | 0.59 | 0 | 0.45 | 0.07 |
| HSL | 133.81º | 0.79% | 0.66% | - |
| HSV(B) | 133.81º | 0.59% | 0.93% | - |
| XYZ | 39.35 | 64.78 | 31.55 | - |
| YUV | 183.24 | 97.95 | 67.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 237 | 130 | 0.59 | 0 | 0.45 | 0.07 | 133.81 | 0.79 | 0.66 |
| Hex | 62 | ED | 82 | 3B | 0 | 2D | 7 | 86 | 4F | 42 |
| Octal | 142 | 355 | 202 | 73 | 0 | 55 | 7 | 206 | 117 | 102 |
| Binary | 1100010 | 11101101 | 10000010 | 111011 | 0 | 101101 | 111 | 10000110 | 1001111 | 1000010 |
Color Harmonies of #62ED82
Complementary color
Monochromatic Colors of #62ED82
Black with #62ED82
Text Example
Text Example
White with #62ED82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62ED82; }
p { color: rgb(98,237,130); }
H1.HeaderClassName
{
color: #62ED82;
}
.AnyTagClassName
{
color: #62ED82;
}
</style>
background-color css
<style>
a { background-color: #62ED82; }
a { background-color: rgb(98,237,130); }
div.DivClassName
{
background-color: #62ED82;
}
.BgClassName
{
background-color: #62ED82;
}
</style>
border-color css
<style>
span { border-color: #62ED82; }
span { border-color: rgb(98,237,130); }
td.TdClassName
{
border-color: #62ED82;
}
.TagClassName
{
border-color: #62ED82;
}
</style>