Shades of Pastel Green #61D862
Tints of Pastel Green #61D862
RGB
CMYK
RGB Variations
Color information
#61D862 (or 0x61D862) is known color: Pastel Green. HEX triplet: 61, D8 and 62. RGB value is (97,216,98). Sum of RGB (Red+Green+Blue) = 97+216+98=411 (54% of max value = 765). Red value is 97 (38.28% from 255 or 23.60% from 411); Green value is 216 (84.77% from 255 or 52.55% from 411); Blue value is 98 (38.67% from 255 or 23.84% from 411); Max value from RGB is 216 - color contains mainly: green. Hex color #61D862 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #61D862 is #9E279D. Grayscale: #A7A7A7. Windows color (decimal): -10364830 or 6477921. OLE color: 6477921.
HSL color Cylindrical-coordinate representation of color #61D862: hue angle of 120.5º degrees, saturation: 0.6, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #61D862 is Cyan = 0.55, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 97 | 216 | 98 | - |
| CMYK | 0.55 | 0 | 0.55 | 0.15 |
| HSL | 120.5º | 0.6% | 0.61% | - |
| HSV(B) | 120.5º | 0.55% | 0.85% | - |
| XYZ | 31.69 | 52.53 | 20.03 | - |
| YUV | 166.97 | 89.08 | 78.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 216 | 98 | 0.55 | 0 | 0.55 | 0.15 | 120.5 | 0.6 | 0.61 |
| Hex | 61 | D8 | 62 | 37 | 0 | 37 | F | 79 | 3C | 3D |
| Octal | 141 | 330 | 142 | 67 | 0 | 67 | 17 | 171 | 74 | 75 |
| Binary | 1100001 | 11011000 | 1100010 | 110111 | 0 | 110111 | 1111 | 1111001 | 111100 | 111101 |
Color Harmonies of #61D862
Complementary color
Monochromatic Colors of #61D862
Black with #61D862
Text Example
Text Example
White with #61D862
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61D862; }
p { color: rgb(97,216,98); }
H1.HeaderClassName
{
color: #61D862;
}
.AnyTagClassName
{
color: #61D862;
}
</style>
background-color css
<style>
a { background-color: #61D862; }
a { background-color: rgb(97,216,98); }
div.DivClassName
{
background-color: #61D862;
}
.BgClassName
{
background-color: #61D862;
}
</style>
border-color css
<style>
span { border-color: #61D862; }
span { border-color: rgb(97,216,98); }
td.TdClassName
{
border-color: #61D862;
}
.TagClassName
{
border-color: #61D862;
}
</style>