Shades of Pastel Green #5CDA62
Tints of Pastel Green #5CDA62
RGB
CMYK
RGB Variations
Color information
#5CDA62 (or 0x5CDA62) is known color: Pastel Green. HEX triplet: 5C, DA and 62. RGB value is (92,218,98). Sum of RGB (Red+Green+Blue) = 92+218+98=408 (54% of max value = 765). Red value is 92 (36.33% from 255 or 22.55% from 408); Green value is 218 (85.55% from 255 or 53.43% from 408); Blue value is 98 (38.67% from 255 or 24.02% from 408); Max value from RGB is 218 - color contains mainly: green. Hex color #5CDA62 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5CDA62 is #A3259D. Grayscale: #A7A7A7. Windows color (decimal): -10691998 or 6478428. OLE color: 6478428.
HSL color Cylindrical-coordinate representation of color #5CDA62: hue angle of 122.86º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5CDA62 is Cyan = 0.58, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 92 | 218 | 98 | - |
| CMYK | 0.58 | 0 | 0.55 | 0.15 |
| HSL | 122.86º | 0.63% | 0.61% | - |
| HSV(B) | 122.86º | 0.58% | 0.85% | - |
| XYZ | 31.69 | 53.3 | 20.17 | - |
| YUV | 166.65 | 89.26 | 74.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 218 | 98 | 0.58 | 0 | 0.55 | 0.15 | 122.86 | 0.63 | 0.61 |
| Hex | 5C | DA | 62 | 3A | 0 | 37 | F | 7B | 3F | 3D |
| Octal | 134 | 332 | 142 | 72 | 0 | 67 | 17 | 173 | 77 | 75 |
| Binary | 1011100 | 11011010 | 1100010 | 111010 | 0 | 110111 | 1111 | 1111011 | 111111 | 111101 |
Color Harmonies of #5CDA62
Complementary color
Monochromatic Colors of #5CDA62
Black with #5CDA62
Text Example
Text Example
White with #5CDA62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CDA62; }
p { color: rgb(92,218,98); }
H1.HeaderClassName
{
color: #5CDA62;
}
.AnyTagClassName
{
color: #5CDA62;
}
</style>
background-color css
<style>
a { background-color: #5CDA62; }
a { background-color: rgb(92,218,98); }
div.DivClassName
{
background-color: #5CDA62;
}
.BgClassName
{
background-color: #5CDA62;
}
</style>
border-color css
<style>
span { border-color: #5CDA62; }
span { border-color: rgb(92,218,98); }
td.TdClassName
{
border-color: #5CDA62;
}
.TagClassName
{
border-color: #5CDA62;
}
</style>