Shades of Pastel Green #5CDD6D
Tints of Pastel Green #5CDD6D
RGB
CMYK
RGB Variations
Color information
#5CDD6D (or 0x5CDD6D) is known color: Pastel Green. HEX triplet: 5C, DD and 6D. RGB value is (92,221,109). Sum of RGB (Red+Green+Blue) = 92+221+109=422 (55% of max value = 765). Red value is 92 (36.33% from 255 or 21.80% from 422); Green value is 221 (86.72% from 255 or 52.37% from 422); Blue value is 109 (42.97% from 255 or 25.83% from 422); Max value from RGB is 221 - color contains mainly: green. Hex color #5CDD6D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5CDD6D is #A32292. Grayscale: #A9A9A9. Windows color (decimal): -10691219 or 7200092. OLE color: 7200092.
HSL color Cylindrical-coordinate representation of color #5CDD6D: hue angle of 127.91º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5CDD6D is Cyan = 0.58, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 92 | 221 | 109 | - |
| CMYK | 0.58 | 0 | 0.51 | 0.13 |
| HSL | 127.91º | 0.65% | 0.61% | - |
| HSV(B) | 127.91º | 0.58% | 0.87% | - |
| XYZ | 33.03 | 55.09 | 23.36 | - |
| YUV | 169.66 | 93.76 | 72.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 221 | 109 | 0.58 | 0 | 0.51 | 0.13 | 127.91 | 0.65 | 0.61 |
| Hex | 5C | DD | 6D | 3A | 0 | 33 | D | 80 | 41 | 3D |
| Octal | 134 | 335 | 155 | 72 | 0 | 63 | 15 | 200 | 101 | 75 |
| Binary | 1011100 | 11011101 | 1101101 | 111010 | 0 | 110011 | 1101 | 10000000 | 1000001 | 111101 |
Color Harmonies of #5CDD6D
Complementary color
Monochromatic Colors of #5CDD6D
Black with #5CDD6D
Text Example
Text Example
White with #5CDD6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CDD6D; }
p { color: rgb(92,221,109); }
H1.HeaderClassName
{
color: #5CDD6D;
}
.AnyTagClassName
{
color: #5CDD6D;
}
</style>
background-color css
<style>
a { background-color: #5CDD6D; }
a { background-color: rgb(92,221,109); }
div.DivClassName
{
background-color: #5CDD6D;
}
.BgClassName
{
background-color: #5CDD6D;
}
</style>
border-color css
<style>
span { border-color: #5CDD6D; }
span { border-color: rgb(92,221,109); }
td.TdClassName
{
border-color: #5CDD6D;
}
.TagClassName
{
border-color: #5CDD6D;
}
</style>