Shades of Pastel Green #61ED8A
Tints of Pastel Green #61ED8A
RGB
CMYK
RGB Variations
Color information
#61ED8A (or 0x61ED8A) is known color: Pastel Green. HEX triplet: 61, ED and 8A. RGB value is (97,237,138). Sum of RGB (Red+Green+Blue) = 97+237+138=472 (62% of max value = 765). Red value is 97 (38.28% from 255 or 20.55% from 472); Green value is 237 (92.97% from 255 or 50.21% from 472); Blue value is 138 (54.30% from 255 or 29.24% from 472); Max value from RGB is 237 - color contains mainly: green. Hex color #61ED8A is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #61ED8A is #9E1275. Grayscale: #B8B8B8. Windows color (decimal): -10359414 or 9104737. OLE color: 9104737.
HSL color Cylindrical-coordinate representation of color #61ED8A: hue angle of 137.57º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #61ED8A is Cyan = 0.59, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 97 | 237 | 138 | - |
| CMYK | 0.59 | 0 | 0.42 | 0.07 |
| HSL | 137.57º | 0.8% | 0.65% | - |
| HSV(B) | 137.57º | 0.59% | 0.93% | - |
| XYZ | 39.8 | 64.94 | 34.48 | - |
| YUV | 183.85 | 102.12 | 66.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 237 | 138 | 0.59 | 0 | 0.42 | 0.07 | 137.57 | 0.8 | 0.65 |
| Hex | 61 | ED | 8A | 3B | 0 | 2A | 7 | 8A | 50 | 41 |
| Octal | 141 | 355 | 212 | 73 | 0 | 52 | 7 | 212 | 120 | 101 |
| Binary | 1100001 | 11101101 | 10001010 | 111011 | 0 | 101010 | 111 | 10001010 | 1010000 | 1000001 |
Color Harmonies of #61ED8A
Complementary color
Monochromatic Colors of #61ED8A
Black with #61ED8A
Text Example
Text Example
White with #61ED8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61ED8A; }
p { color: rgb(97,237,138); }
H1.HeaderClassName
{
color: #61ED8A;
}
.AnyTagClassName
{
color: #61ED8A;
}
</style>
background-color css
<style>
a { background-color: #61ED8A; }
a { background-color: rgb(97,237,138); }
div.DivClassName
{
background-color: #61ED8A;
}
.BgClassName
{
background-color: #61ED8A;
}
</style>
border-color css
<style>
span { border-color: #61ED8A; }
span { border-color: rgb(97,237,138); }
td.TdClassName
{
border-color: #61ED8A;
}
.TagClassName
{
border-color: #61ED8A;
}
</style>