Shades of Pastel Green #61DC5F
Tints of Pastel Green #61DC5F
RGB
CMYK
RGB Variations
Color information
#61DC5F (or 0x61DC5F) is known color: Pastel Green. HEX triplet: 61, DC and 5F. RGB value is (97,220,95). Sum of RGB (Red+Green+Blue) = 97+220+95=412 (54% of max value = 765). Red value is 97 (38.28% from 255 or 23.54% from 412); Green value is 220 (86.33% from 255 or 53.40% from 412); Blue value is 95 (37.5% from 255 or 23.06% from 412); Max value from RGB is 220 - color contains mainly: green. Hex color #61DC5F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #61DC5F is #9E23A0. Grayscale: #A9A9A9. Windows color (decimal): -10363809 or 6282337. OLE color: 6282337.
HSL color Cylindrical-coordinate representation of color #61DC5F: hue angle of 119.04º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #61DC5F is Cyan = 0.56, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 97 | 220 | 95 | - |
| CMYK | 0.56 | 0 | 0.57 | 0.14 |
| HSL | 119.04º | 0.64% | 0.62% | - |
| HSV(B) | 119.04º | 0.57% | 0.86% | - |
| XYZ | 32.59 | 54.55 | 19.64 | - |
| YUV | 168.97 | 86.25 | 76.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 220 | 95 | 0.56 | 0 | 0.57 | 0.14 | 119.04 | 0.64 | 0.62 |
| Hex | 61 | DC | 5F | 38 | 0 | 39 | E | 77 | 40 | 3E |
| Octal | 141 | 334 | 137 | 70 | 0 | 71 | 16 | 167 | 100 | 76 |
| Binary | 1100001 | 11011100 | 1011111 | 111000 | 0 | 111001 | 1110 | 1110111 | 1000000 | 111110 |
Color Harmonies of #61DC5F
Complementary color
Monochromatic Colors of #61DC5F
Black with #61DC5F
Text Example
Text Example
White with #61DC5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61DC5F; }
p { color: rgb(97,220,95); }
H1.HeaderClassName
{
color: #61DC5F;
}
.AnyTagClassName
{
color: #61DC5F;
}
</style>
background-color css
<style>
a { background-color: #61DC5F; }
a { background-color: rgb(97,220,95); }
div.DivClassName
{
background-color: #61DC5F;
}
.BgClassName
{
background-color: #61DC5F;
}
</style>
border-color css
<style>
span { border-color: #61DC5F; }
span { border-color: rgb(97,220,95); }
td.TdClassName
{
border-color: #61DC5F;
}
.TagClassName
{
border-color: #61DC5F;
}
</style>