Shades of Pastel Green #61D36F
Tints of Pastel Green #61D36F
RGB
CMYK
RGB Variations
Color information
#61D36F (or 0x61D36F) is known color: Pastel Green. HEX triplet: 61, D3 and 6F. RGB value is (97,211,111). Sum of RGB (Red+Green+Blue) = 97+211+111=419 (55% of max value = 765). Red value is 97 (38.28% from 255 or 23.15% from 419); Green value is 211 (82.81% from 255 or 50.36% from 419); Blue value is 111 (43.75% from 255 or 26.49% from 419); Max value from RGB is 211 - color contains mainly: green. Hex color #61D36F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #61D36F is #9E2C90. Grayscale: #A5A5A5. Windows color (decimal): -10366097 or 7328609. OLE color: 7328609.
HSL color Cylindrical-coordinate representation of color #61D36F: hue angle of 127.37º 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 #61D36F is Cyan = 0.54, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 97 | 211 | 111 | - |
| CMYK | 0.54 | 0 | 0.47 | 0.17 |
| HSL | 127.37º | 0.56% | 0.6% | - |
| HSV(B) | 127.37º | 0.54% | 0.83% | - |
| XYZ | 31.09 | 50.28 | 23.1 | - |
| YUV | 165.51 | 97.23 | 79.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 211 | 111 | 0.54 | 0 | 0.47 | 0.17 | 127.37 | 0.56 | 0.6 |
| Hex | 61 | D3 | 6F | 36 | 0 | 2F | 11 | 7F | 38 | 3C |
| Octal | 141 | 323 | 157 | 66 | 0 | 57 | 21 | 177 | 70 | 74 |
| Binary | 1100001 | 11010011 | 1101111 | 110110 | 0 | 101111 | 10001 | 1111111 | 111000 | 111100 |
Color Harmonies of #61D36F
Complementary color
Monochromatic Colors of #61D36F
Black with #61D36F
Text Example
Text Example
White with #61D36F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61D36F; }
p { color: rgb(97,211,111); }
H1.HeaderClassName
{
color: #61D36F;
}
.AnyTagClassName
{
color: #61D36F;
}
</style>
background-color css
<style>
a { background-color: #61D36F; }
a { background-color: rgb(97,211,111); }
div.DivClassName
{
background-color: #61D36F;
}
.BgClassName
{
background-color: #61D36F;
}
</style>
border-color css
<style>
span { border-color: #61D36F; }
span { border-color: rgb(97,211,111); }
td.TdClassName
{
border-color: #61D36F;
}
.TagClassName
{
border-color: #61D36F;
}
</style>