Shades of Pastel Green #5DDC61
Tints of Pastel Green #5DDC61
RGB
CMYK
RGB Variations
Color information
#5DDC61 (or 0x5DDC61) is known color: Pastel Green. HEX triplet: 5D, DC and 61. RGB value is (93,220,97). Sum of RGB (Red+Green+Blue) = 93+220+97=410 (54% of max value = 765). Red value is 93 (36.72% from 255 or 22.68% from 410); Green value is 220 (86.33% from 255 or 53.66% from 410); Blue value is 97 (38.28% from 255 or 23.66% from 410); Max value from RGB is 220 - color contains mainly: green. Hex color #5DDC61 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5DDC61 is #A2239E. Grayscale: #A8A8A8. Windows color (decimal): -10625951 or 6413405. OLE color: 6413405.
HSL color Cylindrical-coordinate representation of color #5DDC61: hue angle of 121.89º 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 #5DDC61 is Cyan = 0.58, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 93 | 220 | 97 | - |
| CMYK | 0.58 | 0 | 0.56 | 0.14 |
| HSL | 121.89º | 0.64% | 0.61% | - |
| HSV(B) | 121.89º | 0.58% | 0.86% | - |
| XYZ | 32.27 | 54.38 | 20.1 | - |
| YUV | 168.01 | 87.92 | 74.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 220 | 97 | 0.58 | 0 | 0.56 | 0.14 | 121.89 | 0.64 | 0.61 |
| Hex | 5D | DC | 61 | 3A | 0 | 38 | E | 7A | 40 | 3D |
| Octal | 135 | 334 | 141 | 72 | 0 | 70 | 16 | 172 | 100 | 75 |
| Binary | 1011101 | 11011100 | 1100001 | 111010 | 0 | 111000 | 1110 | 1111010 | 1000000 | 111101 |
Color Harmonies of #5DDC61
Complementary color
Monochromatic Colors of #5DDC61
Black with #5DDC61
Text Example
Text Example
White with #5DDC61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DDC61; }
p { color: rgb(93,220,97); }
H1.HeaderClassName
{
color: #5DDC61;
}
.AnyTagClassName
{
color: #5DDC61;
}
</style>
background-color css
<style>
a { background-color: #5DDC61; }
a { background-color: rgb(93,220,97); }
div.DivClassName
{
background-color: #5DDC61;
}
.BgClassName
{
background-color: #5DDC61;
}
</style>
border-color css
<style>
span { border-color: #5DDC61; }
span { border-color: rgb(93,220,97); }
td.TdClassName
{
border-color: #5DDC61;
}
.TagClassName
{
border-color: #5DDC61;
}
</style>