Shades of Pastel Green #5CDC64
Tints of Pastel Green #5CDC64
RGB
CMYK
RGB Variations
Color information
#5CDC64 (or 0x5CDC64) is known color: Pastel Green. HEX triplet: 5C, DC and 64. RGB value is (92,220,100). Sum of RGB (Red+Green+Blue) = 92+220+100=412 (54% of max value = 765). Red value is 92 (36.33% from 255 or 22.33% from 412); Green value is 220 (86.33% from 255 or 53.40% from 412); Blue value is 100 (39.45% from 255 or 24.27% from 412); Max value from RGB is 220 - color contains mainly: green. Hex color #5CDC64 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5CDC64 is #A3239B. Grayscale: #A8A8A8. Windows color (decimal): -10691484 or 6610012. OLE color: 6610012.
HSL color Cylindrical-coordinate representation of color #5CDC64: hue angle of 123.75º degrees, saturation: 0.65, 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 #5CDC64 is Cyan = 0.58, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 92 | 220 | 100 | - |
| CMYK | 0.58 | 0 | 0.55 | 0.14 |
| HSL | 123.75º | 0.65% | 0.61% | - |
| HSV(B) | 123.75º | 0.58% | 0.86% | - |
| XYZ | 32.31 | 54.38 | 20.85 | - |
| YUV | 168.05 | 89.59 | 73.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 220 | 100 | 0.58 | 0 | 0.55 | 0.14 | 123.75 | 0.65 | 0.61 |
| Hex | 5C | DC | 64 | 3A | 0 | 37 | E | 7C | 41 | 3D |
| Octal | 134 | 334 | 144 | 72 | 0 | 67 | 16 | 174 | 101 | 75 |
| Binary | 1011100 | 11011100 | 1100100 | 111010 | 0 | 110111 | 1110 | 1111100 | 1000001 | 111101 |
Color Harmonies of #5CDC64
Complementary color
Monochromatic Colors of #5CDC64
Black with #5CDC64
Text Example
Text Example
White with #5CDC64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CDC64; }
p { color: rgb(92,220,100); }
H1.HeaderClassName
{
color: #5CDC64;
}
.AnyTagClassName
{
color: #5CDC64;
}
</style>
background-color css
<style>
a { background-color: #5CDC64; }
a { background-color: rgb(92,220,100); }
div.DivClassName
{
background-color: #5CDC64;
}
.BgClassName
{
background-color: #5CDC64;
}
</style>
border-color css
<style>
span { border-color: #5CDC64; }
span { border-color: rgb(92,220,100); }
td.TdClassName
{
border-color: #5CDC64;
}
.TagClassName
{
border-color: #5CDC64;
}
</style>