Shades of Pastel Green #61D76B
Tints of Pastel Green #61D76B
RGB
CMYK
RGB Variations
Color information
#61D76B (or 0x61D76B) is known color: Pastel Green. HEX triplet: 61, D7 and 6B. RGB value is (97,215,107). Sum of RGB (Red+Green+Blue) = 97+215+107=419 (55% of max value = 765). Red value is 97 (38.28% from 255 or 23.15% from 419); Green value is 215 (84.38% from 255 or 51.31% from 419); Blue value is 107 (42.19% from 255 or 25.54% from 419); Max value from RGB is 215 - color contains mainly: green. Hex color #61D76B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #61D76B is #9E2894. Grayscale: #A7A7A7. Windows color (decimal): -10365077 or 7067489. OLE color: 7067489.
HSL color Cylindrical-coordinate representation of color #61D76B: hue angle of 125.08º degrees, saturation: 0.6, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #61D76B is Cyan = 0.55, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 97 | 215 | 107 | - |
| CMYK | 0.55 | 0 | 0.50 | 0.16 |
| HSL | 125.08º | 0.6% | 0.61% | - |
| HSV(B) | 125.08º | 0.55% | 0.84% | - |
| XYZ | 31.88 | 52.2 | 22.31 | - |
| YUV | 167.41 | 93.91 | 77.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 215 | 107 | 0.55 | 0 | 0.50 | 0.16 | 125.08 | 0.6 | 0.61 |
| Hex | 61 | D7 | 6B | 37 | 0 | 32 | 10 | 7D | 3C | 3D |
| Octal | 141 | 327 | 153 | 67 | 0 | 62 | 20 | 175 | 74 | 75 |
| Binary | 1100001 | 11010111 | 1101011 | 110111 | 0 | 110010 | 10000 | 1111101 | 111100 | 111101 |
Color Harmonies of #61D76B
Complementary color
Monochromatic Colors of #61D76B
Black with #61D76B
Text Example
Text Example
White with #61D76B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61D76B; }
p { color: rgb(97,215,107); }
H1.HeaderClassName
{
color: #61D76B;
}
.AnyTagClassName
{
color: #61D76B;
}
</style>
background-color css
<style>
a { background-color: #61D76B; }
a { background-color: rgb(97,215,107); }
div.DivClassName
{
background-color: #61D76B;
}
.BgClassName
{
background-color: #61D76B;
}
</style>
border-color css
<style>
span { border-color: #61D76B; }
span { border-color: rgb(97,215,107); }
td.TdClassName
{
border-color: #61D76B;
}
.TagClassName
{
border-color: #61D76B;
}
</style>