Shades of Pastel Green #61EE8D
Tints of Pastel Green #61EE8D
RGB
CMYK
RGB Variations
Color information
#61EE8D (or 0x61EE8D) is known color: Pastel Green. HEX triplet: 61, EE and 8D. RGB value is (97,238,141). Sum of RGB (Red+Green+Blue) = 97+238+141=476 (63% of max value = 765). Red value is 97 (38.28% from 255 or 20.38% from 476); Green value is 238 (93.36% from 255 or 50% from 476); Blue value is 141 (55.47% from 255 or 29.62% from 476); Max value from RGB is 238 - color contains mainly: green. Hex color #61EE8D is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #61EE8D is #9E1172. Grayscale: #B9B9B9. Windows color (decimal): -10359155 or 9301601. OLE color: 9301601.
HSL color Cylindrical-coordinate representation of color #61EE8D: hue angle of 138.72º degrees, saturation: 0.81, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #61EE8D is Cyan = 0.59, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 97 | 238 | 141 | - |
| CMYK | 0.59 | 0 | 0.41 | 0.07 |
| HSL | 138.72º | 0.81% | 0.66% | - |
| HSV(B) | 138.72º | 0.59% | 0.93% | - |
| XYZ | 40.31 | 65.61 | 35.74 | - |
| YUV | 184.78 | 103.29 | 65.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 238 | 141 | 0.59 | 0 | 0.41 | 0.07 | 138.72 | 0.81 | 0.66 |
| Hex | 61 | EE | 8D | 3B | 0 | 29 | 7 | 8B | 51 | 42 |
| Octal | 141 | 356 | 215 | 73 | 0 | 51 | 7 | 213 | 121 | 102 |
| Binary | 1100001 | 11101110 | 10001101 | 111011 | 0 | 101001 | 111 | 10001011 | 1010001 | 1000010 |
Color Harmonies of #61EE8D
Complementary color
Monochromatic Colors of #61EE8D
Black with #61EE8D
Text Example
Text Example
White with #61EE8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61EE8D; }
p { color: rgb(97,238,141); }
H1.HeaderClassName
{
color: #61EE8D;
}
.AnyTagClassName
{
color: #61EE8D;
}
</style>
background-color css
<style>
a { background-color: #61EE8D; }
a { background-color: rgb(97,238,141); }
div.DivClassName
{
background-color: #61EE8D;
}
.BgClassName
{
background-color: #61EE8D;
}
</style>
border-color css
<style>
span { border-color: #61EE8D; }
span { border-color: rgb(97,238,141); }
td.TdClassName
{
border-color: #61EE8D;
}
.TagClassName
{
border-color: #61EE8D;
}
</style>