Shades of Pastel Green #5ADC66
Tints of Pastel Green #5ADC66
RGB
CMYK
RGB Variations
Color information
#5ADC66 (or 0x5ADC66) is known color: Pastel Green. HEX triplet: 5A, DC and 66. RGB value is (90,220,102). Sum of RGB (Red+Green+Blue) = 90+220+102=412 (54% of max value = 765). Red value is 90 (35.55% from 255 or 21.84% from 412); Green value is 220 (86.33% from 255 or 53.40% from 412); Blue value is 102 (40.23% from 255 or 24.76% from 412); Max value from RGB is 220 - color contains mainly: green. Hex color #5ADC66 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5ADC66 is #A52399. Grayscale: #A8A8A8. Windows color (decimal): -10822554 or 6741082. OLE color: 6741082.
HSL color Cylindrical-coordinate representation of color #5ADC66: hue angle of 125.54º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5ADC66 is Cyan = 0.59, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 90 | 220 | 102 | - |
| CMYK | 0.59 | 0 | 0.54 | 0.14 |
| HSL | 125.54º | 0.65% | 0.61% | - |
| HSV(B) | 125.54º | 0.59% | 0.86% | - |
| XYZ | 32.21 | 54.32 | 21.36 | - |
| YUV | 167.68 | 90.93 | 72.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 220 | 102 | 0.59 | 0 | 0.54 | 0.14 | 125.54 | 0.65 | 0.61 |
| Hex | 5A | DC | 66 | 3B | 0 | 36 | E | 7E | 41 | 3D |
| Octal | 132 | 334 | 146 | 73 | 0 | 66 | 16 | 176 | 101 | 75 |
| Binary | 1011010 | 11011100 | 1100110 | 111011 | 0 | 110110 | 1110 | 1111110 | 1000001 | 111101 |
Color Harmonies of #5ADC66
Complementary color
Monochromatic Colors of #5ADC66
Black with #5ADC66
Text Example
Text Example
White with #5ADC66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ADC66; }
p { color: rgb(90,220,102); }
H1.HeaderClassName
{
color: #5ADC66;
}
.AnyTagClassName
{
color: #5ADC66;
}
</style>
background-color css
<style>
a { background-color: #5ADC66; }
a { background-color: rgb(90,220,102); }
div.DivClassName
{
background-color: #5ADC66;
}
.BgClassName
{
background-color: #5ADC66;
}
</style>
border-color css
<style>
span { border-color: #5ADC66; }
span { border-color: rgb(90,220,102); }
td.TdClassName
{
border-color: #5ADC66;
}
.TagClassName
{
border-color: #5ADC66;
}
</style>