Shades of Pastel Green #61D46C
Tints of Pastel Green #61D46C
RGB
CMYK
RGB Variations
Color information
#61D46C (or 0x61D46C) is known color: Pastel Green. HEX triplet: 61, D4 and 6C. RGB value is (97,212,108). Sum of RGB (Red+Green+Blue) = 97+212+108=417 (55% of max value = 765). Red value is 97 (38.28% from 255 or 23.26% from 417); Green value is 212 (83.20% from 255 or 50.84% from 417); Blue value is 108 (42.58% from 255 or 25.90% from 417); Max value from RGB is 212 - color contains mainly: green. Hex color #61D46C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #61D46C is #9E2B93. Grayscale: #A6A6A6. Windows color (decimal): -10365844 or 7132257. OLE color: 7132257.
HSL color Cylindrical-coordinate representation of color #61D46C: hue angle of 125.74º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #61D46C is Cyan = 0.54, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 97 | 212 | 108 | - |
| CMYK | 0.54 | 0 | 0.49 | 0.17 |
| HSL | 125.74º | 0.57% | 0.61% | - |
| HSV(B) | 125.74º | 0.54% | 0.83% | - |
| XYZ | 31.18 | 50.71 | 22.33 | - |
| YUV | 165.76 | 95.4 | 78.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 212 | 108 | 0.54 | 0 | 0.49 | 0.17 | 125.74 | 0.57 | 0.61 |
| Hex | 61 | D4 | 6C | 36 | 0 | 31 | 11 | 7E | 39 | 3D |
| Octal | 141 | 324 | 154 | 66 | 0 | 61 | 21 | 176 | 71 | 75 |
| Binary | 1100001 | 11010100 | 1101100 | 110110 | 0 | 110001 | 10001 | 1111110 | 111001 | 111101 |
Color Harmonies of #61D46C
Complementary color
Monochromatic Colors of #61D46C
Black with #61D46C
Text Example
Text Example
White with #61D46C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61D46C; }
p { color: rgb(97,212,108); }
H1.HeaderClassName
{
color: #61D46C;
}
.AnyTagClassName
{
color: #61D46C;
}
</style>
background-color css
<style>
a { background-color: #61D46C; }
a { background-color: rgb(97,212,108); }
div.DivClassName
{
background-color: #61D46C;
}
.BgClassName
{
background-color: #61D46C;
}
</style>
border-color css
<style>
span { border-color: #61D46C; }
span { border-color: rgb(97,212,108); }
td.TdClassName
{
border-color: #61D46C;
}
.TagClassName
{
border-color: #61D46C;
}
</style>