Shades of Pastel Green #61DD74
Tints of Pastel Green #61DD74
RGB
CMYK
RGB Variations
Color information
#61DD74 (or 0x61DD74) is known color: Pastel Green. HEX triplet: 61, DD and 74. RGB value is (97,221,116). Sum of RGB (Red+Green+Blue) = 97+221+116=434 (57% of max value = 765). Red value is 97 (38.28% from 255 or 22.35% from 434); Green value is 221 (86.72% from 255 or 50.92% from 434); Blue value is 116 (45.70% from 255 or 26.73% from 434); Max value from RGB is 221 - color contains mainly: green. Hex color #61DD74 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #61DD74 is #9E228B. Grayscale: #ACACAC. Windows color (decimal): -10363532 or 7658849. OLE color: 7658849.
HSL color Cylindrical-coordinate representation of color #61DD74: hue angle of 129.19º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #61DD74 is Cyan = 0.56, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 97 | 221 | 116 | - |
| CMYK | 0.56 | 0 | 0.48 | 0.13 |
| HSL | 129.19º | 0.65% | 0.62% | - |
| HSV(B) | 129.19º | 0.56% | 0.87% | - |
| XYZ | 33.94 | 55.52 | 25.45 | - |
| YUV | 171.95 | 96.42 | 74.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 221 | 116 | 0.56 | 0 | 0.48 | 0.13 | 129.19 | 0.65 | 0.62 |
| Hex | 61 | DD | 74 | 38 | 0 | 30 | D | 81 | 41 | 3E |
| Octal | 141 | 335 | 164 | 70 | 0 | 60 | 15 | 201 | 101 | 76 |
| Binary | 1100001 | 11011101 | 1110100 | 111000 | 0 | 110000 | 1101 | 10000001 | 1000001 | 111110 |
Color Harmonies of #61DD74
Complementary color
Monochromatic Colors of #61DD74
Black with #61DD74
Text Example
Text Example
White with #61DD74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61DD74; }
p { color: rgb(97,221,116); }
H1.HeaderClassName
{
color: #61DD74;
}
.AnyTagClassName
{
color: #61DD74;
}
</style>
background-color css
<style>
a { background-color: #61DD74; }
a { background-color: rgb(97,221,116); }
div.DivClassName
{
background-color: #61DD74;
}
.BgClassName
{
background-color: #61DD74;
}
</style>
border-color css
<style>
span { border-color: #61DD74; }
span { border-color: rgb(97,221,116); }
td.TdClassName
{
border-color: #61DD74;
}
.TagClassName
{
border-color: #61DD74;
}
</style>