Shades of Pastel Green #61DC7A
Tints of Pastel Green #61DC7A
RGB
CMYK
RGB Variations
Color information
#61DC7A (or 0x61DC7A) is known color: Pastel Green. HEX triplet: 61, DC and 7A. RGB value is (97,220,122). Sum of RGB (Red+Green+Blue) = 97+220+122=439 (58% of max value = 765). Red value is 97 (38.28% from 255 or 22.10% from 439); Green value is 220 (86.33% from 255 or 50.11% from 439); Blue value is 122 (48.05% from 255 or 27.79% from 439); Max value from RGB is 220 - color contains mainly: green. Hex color #61DC7A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #61DC7A is #9E2385. Grayscale: #ACACAC. Windows color (decimal): -10363782 or 8051809. OLE color: 8051809.
HSL color Cylindrical-coordinate representation of color #61DC7A: hue angle of 132.2º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #61DC7A is Cyan = 0.56, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 97 | 220 | 122 | - |
| CMYK | 0.56 | 0 | 0.45 | 0.14 |
| HSL | 132.2º | 0.64% | 0.62% | - |
| HSV(B) | 132.2º | 0.56% | 0.86% | - |
| XYZ | 34.04 | 55.13 | 27.26 | - |
| YUV | 172.05 | 99.75 | 74.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 220 | 122 | 0.56 | 0 | 0.45 | 0.14 | 132.2 | 0.64 | 0.62 |
| Hex | 61 | DC | 7A | 38 | 0 | 2D | E | 84 | 40 | 3E |
| Octal | 141 | 334 | 172 | 70 | 0 | 55 | 16 | 204 | 100 | 76 |
| Binary | 1100001 | 11011100 | 1111010 | 111000 | 0 | 101101 | 1110 | 10000100 | 1000000 | 111110 |
Color Harmonies of #61DC7A
Complementary color
Monochromatic Colors of #61DC7A
Black with #61DC7A
Text Example
Text Example
White with #61DC7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61DC7A; }
p { color: rgb(97,220,122); }
H1.HeaderClassName
{
color: #61DC7A;
}
.AnyTagClassName
{
color: #61DC7A;
}
</style>
background-color css
<style>
a { background-color: #61DC7A; }
a { background-color: rgb(97,220,122); }
div.DivClassName
{
background-color: #61DC7A;
}
.BgClassName
{
background-color: #61DC7A;
}
</style>
border-color css
<style>
span { border-color: #61DC7A; }
span { border-color: rgb(97,220,122); }
td.TdClassName
{
border-color: #61DC7A;
}
.TagClassName
{
border-color: #61DC7A;
}
</style>