Shades of Pastel Green #5DDC62
Tints of Pastel Green #5DDC62
RGB
CMYK
RGB Variations
Color information
#5DDC62 (or 0x5DDC62) is known color: Pastel Green. HEX triplet: 5D, DC and 62. RGB value is (93,220,98). Sum of RGB (Red+Green+Blue) = 93+220+98=411 (54% of max value = 765). Red value is 93 (36.72% from 255 or 22.63% from 411); Green value is 220 (86.33% from 255 or 53.53% from 411); Blue value is 98 (38.67% from 255 or 23.84% from 411); Max value from RGB is 220 - color contains mainly: green. Hex color #5DDC62 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5DDC62 is #A2239D. Grayscale: #A8A8A8. Windows color (decimal): -10625950 or 6478941. OLE color: 6478941.
HSL color Cylindrical-coordinate representation of color #5DDC62: hue angle of 122.36º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5DDC62 is Cyan = 0.58, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 93 | 220 | 98 | - |
| CMYK | 0.58 | 0 | 0.55 | 0.14 |
| HSL | 122.36º | 0.64% | 0.61% | - |
| HSV(B) | 122.36º | 0.58% | 0.86% | - |
| XYZ | 32.31 | 54.4 | 20.35 | - |
| YUV | 168.12 | 88.42 | 74.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 220 | 98 | 0.58 | 0 | 0.55 | 0.14 | 122.36 | 0.64 | 0.61 |
| Hex | 5D | DC | 62 | 3A | 0 | 37 | E | 7A | 40 | 3D |
| Octal | 135 | 334 | 142 | 72 | 0 | 67 | 16 | 172 | 100 | 75 |
| Binary | 1011101 | 11011100 | 1100010 | 111010 | 0 | 110111 | 1110 | 1111010 | 1000000 | 111101 |
Color Harmonies of #5DDC62
Complementary color
Monochromatic Colors of #5DDC62
Black with #5DDC62
Text Example
Text Example
White with #5DDC62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DDC62; }
p { color: rgb(93,220,98); }
H1.HeaderClassName
{
color: #5DDC62;
}
.AnyTagClassName
{
color: #5DDC62;
}
</style>
background-color css
<style>
a { background-color: #5DDC62; }
a { background-color: rgb(93,220,98); }
div.DivClassName
{
background-color: #5DDC62;
}
.BgClassName
{
background-color: #5DDC62;
}
</style>
border-color css
<style>
span { border-color: #5DDC62; }
span { border-color: rgb(93,220,98); }
td.TdClassName
{
border-color: #5DDC62;
}
.TagClassName
{
border-color: #5DDC62;
}
</style>