Shades of Pastel Green #5CDA5A
Tints of Pastel Green #5CDA5A
RGB
CMYK
RGB Variations
Color information
#5CDA5A (or 0x5CDA5A) is known color: Pastel Green. HEX triplet: 5C, DA and 5A. RGB value is (92,218,90). Sum of RGB (Red+Green+Blue) = 92+218+90=400 (52% of max value = 765). Red value is 92 (36.33% from 255 or 23% from 400); Green value is 218 (85.55% from 255 or 54.5% from 400); Blue value is 90 (35.55% from 255 or 22.5% from 400); Max value from RGB is 218 - color contains mainly: green. Hex color #5CDA5A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5CDA5A is #A325A5. Grayscale: #A6A6A6. Windows color (decimal): -10692006 or 5954140. OLE color: 5954140.
HSL color Cylindrical-coordinate representation of color #5CDA5A: hue angle of 119.06º degrees, saturation: 0.63, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5CDA5A is Cyan = 0.58, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 92 | 218 | 90 | - |
| CMYK | 0.58 | 0 | 0.59 | 0.15 |
| HSL | 119.06º | 0.63% | 0.6% | - |
| HSV(B) | 119.06º | 0.59% | 0.85% | - |
| XYZ | 31.33 | 53.16 | 18.28 | - |
| YUV | 165.73 | 85.26 | 75.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 218 | 90 | 0.58 | 0 | 0.59 | 0.15 | 119.06 | 0.63 | 0.6 |
| Hex | 5C | DA | 5A | 3A | 0 | 3B | F | 77 | 3F | 3C |
| Octal | 134 | 332 | 132 | 72 | 0 | 73 | 17 | 167 | 77 | 74 |
| Binary | 1011100 | 11011010 | 1011010 | 111010 | 0 | 111011 | 1111 | 1110111 | 111111 | 111100 |
Color Harmonies of #5CDA5A
Complementary color
Monochromatic Colors of #5CDA5A
Black with #5CDA5A
Text Example
Text Example
White with #5CDA5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CDA5A; }
p { color: rgb(92,218,90); }
H1.HeaderClassName
{
color: #5CDA5A;
}
.AnyTagClassName
{
color: #5CDA5A;
}
</style>
background-color css
<style>
a { background-color: #5CDA5A; }
a { background-color: rgb(92,218,90); }
div.DivClassName
{
background-color: #5CDA5A;
}
.BgClassName
{
background-color: #5CDA5A;
}
</style>
border-color css
<style>
span { border-color: #5CDA5A; }
span { border-color: rgb(92,218,90); }
td.TdClassName
{
border-color: #5CDA5A;
}
.TagClassName
{
border-color: #5CDA5A;
}
</style>