Shades of Pastel Green #61DD66
Tints of Pastel Green #61DD66
RGB
CMYK
RGB Variations
Color information
#61DD66 (or 0x61DD66) is known color: Pastel Green. HEX triplet: 61, DD and 66. RGB value is (97,221,102). Sum of RGB (Red+Green+Blue) = 97+221+102=420 (55% of max value = 765). Red value is 97 (38.28% from 255 or 23.10% from 420); Green value is 221 (86.72% from 255 or 52.62% from 420); Blue value is 102 (40.23% from 255 or 24.29% from 420); Max value from RGB is 221 - color contains mainly: green. Hex color #61DD66 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #61DD66 is #9E2299. Grayscale: #AAAAAA. Windows color (decimal): -10363546 or 6741345. OLE color: 6741345.
HSL color Cylindrical-coordinate representation of color #61DD66: hue angle of 122.42º 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 #61DD66 is Cyan = 0.56, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 97 | 221 | 102 | - |
| CMYK | 0.56 | 0 | 0.54 | 0.13 |
| HSL | 122.42º | 0.65% | 0.62% | - |
| HSV(B) | 122.42º | 0.56% | 0.87% | - |
| XYZ | 33.18 | 55.21 | 21.48 | - |
| YUV | 170.36 | 89.42 | 75.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 221 | 102 | 0.56 | 0 | 0.54 | 0.13 | 122.42 | 0.65 | 0.62 |
| Hex | 61 | DD | 66 | 38 | 0 | 36 | D | 7A | 41 | 3E |
| Octal | 141 | 335 | 146 | 70 | 0 | 66 | 15 | 172 | 101 | 76 |
| Binary | 1100001 | 11011101 | 1100110 | 111000 | 0 | 110110 | 1101 | 1111010 | 1000001 | 111110 |
Color Harmonies of #61DD66
Complementary color
Monochromatic Colors of #61DD66
Black with #61DD66
Text Example
Text Example
White with #61DD66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61DD66; }
p { color: rgb(97,221,102); }
H1.HeaderClassName
{
color: #61DD66;
}
.AnyTagClassName
{
color: #61DD66;
}
</style>
background-color css
<style>
a { background-color: #61DD66; }
a { background-color: rgb(97,221,102); }
div.DivClassName
{
background-color: #61DD66;
}
.BgClassName
{
background-color: #61DD66;
}
</style>
border-color css
<style>
span { border-color: #61DD66; }
span { border-color: rgb(97,221,102); }
td.TdClassName
{
border-color: #61DD66;
}
.TagClassName
{
border-color: #61DD66;
}
</style>