Shades of Pastel Green #61DD7B
Tints of Pastel Green #61DD7B
RGB
CMYK
RGB Variations
Color information
#61DD7B (or 0x61DD7B) is known color: Pastel Green. HEX triplet: 61, DD and 7B. RGB value is (97,221,123). Sum of RGB (Red+Green+Blue) = 97+221+123=441 (58% of max value = 765). Red value is 97 (38.28% from 255 or 22.00% from 441); Green value is 221 (86.72% from 255 or 50.11% from 441); Blue value is 123 (48.44% from 255 or 27.89% from 441); Max value from RGB is 221 - color contains mainly: green. Hex color #61DD7B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #61DD7B is #9E2284. Grayscale: #ADADAD. Windows color (decimal): -10363525 or 8117601. OLE color: 8117601.
HSL color Cylindrical-coordinate representation of color #61DD7B: hue angle of 132.58º 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 #61DD7B is Cyan = 0.56, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 97 | 221 | 123 | - |
| CMYK | 0.56 | 0 | 0.44 | 0.13 |
| HSL | 132.58º | 0.65% | 0.62% | - |
| HSV(B) | 132.58º | 0.56% | 0.87% | - |
| XYZ | 34.36 | 55.68 | 27.68 | - |
| YUV | 172.75 | 99.92 | 73.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 221 | 123 | 0.56 | 0 | 0.44 | 0.13 | 132.58 | 0.65 | 0.62 |
| Hex | 61 | DD | 7B | 38 | 0 | 2C | D | 85 | 41 | 3E |
| Octal | 141 | 335 | 173 | 70 | 0 | 54 | 15 | 205 | 101 | 76 |
| Binary | 1100001 | 11011101 | 1111011 | 111000 | 0 | 101100 | 1101 | 10000101 | 1000001 | 111110 |
Color Harmonies of #61DD7B
Complementary color
Monochromatic Colors of #61DD7B
Black with #61DD7B
Text Example
Text Example
White with #61DD7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61DD7B; }
p { color: rgb(97,221,123); }
H1.HeaderClassName
{
color: #61DD7B;
}
.AnyTagClassName
{
color: #61DD7B;
}
</style>
background-color css
<style>
a { background-color: #61DD7B; }
a { background-color: rgb(97,221,123); }
div.DivClassName
{
background-color: #61DD7B;
}
.BgClassName
{
background-color: #61DD7B;
}
</style>
border-color css
<style>
span { border-color: #61DD7B; }
span { border-color: rgb(97,221,123); }
td.TdClassName
{
border-color: #61DD7B;
}
.TagClassName
{
border-color: #61DD7B;
}
</style>