Shades of Pastel Green #61EF8D
Tints of Pastel Green #61EF8D
RGB
CMYK
RGB Variations
Color information
#61EF8D (or 0x61EF8D) is known color: Pastel Green. HEX triplet: 61, EF and 8D. RGB value is (97,239,141). Sum of RGB (Red+Green+Blue) = 97+239+141=477 (63% of max value = 765). Red value is 97 (38.28% from 255 or 20.34% from 477); Green value is 239 (93.75% from 255 or 50.10% from 477); Blue value is 141 (55.47% from 255 or 29.56% from 477); Max value from RGB is 239 - color contains mainly: green. Hex color #61EF8D is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #61EF8D is #9E1072. Grayscale: #B9B9B9. Windows color (decimal): -10358899 or 9301857. OLE color: 9301857.
HSL color Cylindrical-coordinate representation of color #61EF8D: hue angle of 138.59º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #61EF8D is Cyan = 0.59, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 97 | 239 | 141 | - |
| CMYK | 0.59 | 0 | 0.41 | 0.06 |
| HSL | 138.59º | 0.82% | 0.66% | - |
| HSV(B) | 138.59º | 0.59% | 0.94% | - |
| XYZ | 40.6 | 66.2 | 35.84 | - |
| YUV | 185.37 | 102.96 | 64.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 239 | 141 | 0.59 | 0 | 0.41 | 0.06 | 138.59 | 0.82 | 0.66 |
| Hex | 61 | EF | 8D | 3B | 0 | 29 | 6 | 8B | 52 | 42 |
| Octal | 141 | 357 | 215 | 73 | 0 | 51 | 6 | 213 | 122 | 102 |
| Binary | 1100001 | 11101111 | 10001101 | 111011 | 0 | 101001 | 110 | 10001011 | 1010010 | 1000010 |
Color Harmonies of #61EF8D
Complementary color
Monochromatic Colors of #61EF8D
Black with #61EF8D
Text Example
Text Example
White with #61EF8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61EF8D; }
p { color: rgb(97,239,141); }
H1.HeaderClassName
{
color: #61EF8D;
}
.AnyTagClassName
{
color: #61EF8D;
}
</style>
background-color css
<style>
a { background-color: #61EF8D; }
a { background-color: rgb(97,239,141); }
div.DivClassName
{
background-color: #61EF8D;
}
.BgClassName
{
background-color: #61EF8D;
}
</style>
border-color css
<style>
span { border-color: #61EF8D; }
span { border-color: rgb(97,239,141); }
td.TdClassName
{
border-color: #61EF8D;
}
.TagClassName
{
border-color: #61EF8D;
}
</style>