Shades of Pastel Green #61EA84
Tints of Pastel Green #61EA84
RGB
CMYK
RGB Variations
Color information
#61EA84 (or 0x61EA84) is known color: Pastel Green. HEX triplet: 61, EA and 84. RGB value is (97,234,132). Sum of RGB (Red+Green+Blue) = 97+234+132=463 (61% of max value = 765). Red value is 97 (38.28% from 255 or 20.95% from 463); Green value is 234 (91.80% from 255 or 50.54% from 463); Blue value is 132 (51.95% from 255 or 28.51% from 463); Max value from RGB is 234 - color contains mainly: green. Hex color #61EA84 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #61EA84 is #9E157B. Grayscale: #B5B5B5. Windows color (decimal): -10360188 or 8710753. OLE color: 8710753.
HSL color Cylindrical-coordinate representation of color #61EA84: hue angle of 135.33º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #61EA84 is Cyan = 0.59, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 97 | 234 | 132 | - |
| CMYK | 0.59 | 0 | 0.44 | 0.08 |
| HSL | 135.33º | 0.77% | 0.65% | - |
| HSV(B) | 135.33º | 0.59% | 0.92% | - |
| XYZ | 38.52 | 63.05 | 31.97 | - |
| YUV | 181.41 | 100.11 | 67.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 234 | 132 | 0.59 | 0 | 0.44 | 0.08 | 135.33 | 0.77 | 0.65 |
| Hex | 61 | EA | 84 | 3B | 0 | 2C | 8 | 87 | 4D | 41 |
| Octal | 141 | 352 | 204 | 73 | 0 | 54 | 10 | 207 | 115 | 101 |
| Binary | 1100001 | 11101010 | 10000100 | 111011 | 0 | 101100 | 1000 | 10000111 | 1001101 | 1000001 |
Color Harmonies of #61EA84
Complementary color
Monochromatic Colors of #61EA84
Black with #61EA84
Text Example
Text Example
White with #61EA84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61EA84; }
p { color: rgb(97,234,132); }
H1.HeaderClassName
{
color: #61EA84;
}
.AnyTagClassName
{
color: #61EA84;
}
</style>
background-color css
<style>
a { background-color: #61EA84; }
a { background-color: rgb(97,234,132); }
div.DivClassName
{
background-color: #61EA84;
}
.BgClassName
{
background-color: #61EA84;
}
</style>
border-color css
<style>
span { border-color: #61EA84; }
span { border-color: rgb(97,234,132); }
td.TdClassName
{
border-color: #61EA84;
}
.TagClassName
{
border-color: #61EA84;
}
</style>