Shades of Pastel Green #61D370
Tints of Pastel Green #61D370
RGB
CMYK
RGB Variations
Color information
#61D370 (or 0x61D370) is known color: Pastel Green. HEX triplet: 61, D3 and 70. RGB value is (97,211,112). Sum of RGB (Red+Green+Blue) = 97+211+112=420 (55% of max value = 765). Red value is 97 (38.28% from 255 or 23.10% from 420); Green value is 211 (82.81% from 255 or 50.24% from 420); Blue value is 112 (44.14% from 255 or 26.67% from 420); Max value from RGB is 211 - color contains mainly: green. Hex color #61D370 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #61D370 is #9E2C8F. Grayscale: #A5A5A5. Windows color (decimal): -10366096 or 7394145. OLE color: 7394145.
HSL color Cylindrical-coordinate representation of color #61D370: hue angle of 127.89º degrees, saturation: 0.56, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #61D370 is Cyan = 0.54, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 97 | 211 | 112 | - |
| CMYK | 0.54 | 0 | 0.47 | 0.17 |
| HSL | 127.89º | 0.56% | 0.6% | - |
| HSV(B) | 127.89º | 0.54% | 0.83% | - |
| XYZ | 31.15 | 50.3 | 23.4 | - |
| YUV | 165.63 | 97.73 | 79.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 211 | 112 | 0.54 | 0 | 0.47 | 0.17 | 127.89 | 0.56 | 0.6 |
| Hex | 61 | D3 | 70 | 36 | 0 | 2F | 11 | 80 | 38 | 3C |
| Octal | 141 | 323 | 160 | 66 | 0 | 57 | 21 | 200 | 70 | 74 |
| Binary | 1100001 | 11010011 | 1110000 | 110110 | 0 | 101111 | 10001 | 10000000 | 111000 | 111100 |
Color Harmonies of #61D370
Complementary color
Monochromatic Colors of #61D370
Black with #61D370
Text Example
Text Example
White with #61D370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61D370; }
p { color: rgb(97,211,112); }
H1.HeaderClassName
{
color: #61D370;
}
.AnyTagClassName
{
color: #61D370;
}
</style>
background-color css
<style>
a { background-color: #61D370; }
a { background-color: rgb(97,211,112); }
div.DivClassName
{
background-color: #61D370;
}
.BgClassName
{
background-color: #61D370;
}
</style>
border-color css
<style>
span { border-color: #61D370; }
span { border-color: rgb(97,211,112); }
td.TdClassName
{
border-color: #61D370;
}
.TagClassName
{
border-color: #61D370;
}
</style>