Shades of Pastel Green #62DC64
Tints of Pastel Green #62DC64
RGB
CMYK
RGB Variations
Color information
#62DC64 (or 0x62DC64) is known color: Pastel Green. HEX triplet: 62, DC and 64. RGB value is (98,220,100). Sum of RGB (Red+Green+Blue) = 98+220+100=418 (55% of max value = 765). Red value is 98 (38.67% from 255 or 23.44% from 418); Green value is 220 (86.33% from 255 or 52.63% from 418); Blue value is 100 (39.45% from 255 or 23.92% from 418); Max value from RGB is 220 - color contains mainly: green. Hex color #62DC64 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #62DC64 is #9D239B. Grayscale: #AAAAAA. Windows color (decimal): -10298268 or 6610018. OLE color: 6610018.
HSL color Cylindrical-coordinate representation of color #62DC64: hue angle of 120.98º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #62DC64 is Cyan = 0.55, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 98 | 220 | 100 | - |
| CMYK | 0.55 | 0 | 0.55 | 0.14 |
| HSL | 120.98º | 0.64% | 0.62% | - |
| HSV(B) | 120.98º | 0.55% | 0.86% | - |
| XYZ | 32.93 | 54.7 | 20.88 | - |
| YUV | 169.84 | 88.58 | 76.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 220 | 100 | 0.55 | 0 | 0.55 | 0.14 | 120.98 | 0.64 | 0.62 |
| Hex | 62 | DC | 64 | 37 | 0 | 37 | E | 79 | 40 | 3E |
| Octal | 142 | 334 | 144 | 67 | 0 | 67 | 16 | 171 | 100 | 76 |
| Binary | 1100010 | 11011100 | 1100100 | 110111 | 0 | 110111 | 1110 | 1111001 | 1000000 | 111110 |
Color Harmonies of #62DC64
Complementary color
Monochromatic Colors of #62DC64
Black with #62DC64
Text Example
Text Example
White with #62DC64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62DC64; }
p { color: rgb(98,220,100); }
H1.HeaderClassName
{
color: #62DC64;
}
.AnyTagClassName
{
color: #62DC64;
}
</style>
background-color css
<style>
a { background-color: #62DC64; }
a { background-color: rgb(98,220,100); }
div.DivClassName
{
background-color: #62DC64;
}
.BgClassName
{
background-color: #62DC64;
}
</style>
border-color css
<style>
span { border-color: #62DC64; }
span { border-color: rgb(98,220,100); }
td.TdClassName
{
border-color: #62DC64;
}
.TagClassName
{
border-color: #62DC64;
}
</style>