Shades of Pastel Green #61ED7F
Tints of Pastel Green #61ED7F
RGB
CMYK
RGB Variations
Color information
#61ED7F (or 0x61ED7F) is known color: Pastel Green. HEX triplet: 61, ED and 7F. RGB value is (97,237,127). Sum of RGB (Red+Green+Blue) = 97+237+127=461 (61% of max value = 765). Red value is 97 (38.28% from 255 or 21.04% from 461); Green value is 237 (92.97% from 255 or 51.41% from 461); Blue value is 127 (50% from 255 or 27.55% from 461); Max value from RGB is 237 - color contains mainly: green. Hex color #61ED7F is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #61ED7F is #9E1280. Grayscale: #B6B6B6. Windows color (decimal): -10359425 or 8383841. OLE color: 8383841.
HSL color Cylindrical-coordinate representation of color #61ED7F: hue angle of 132.86º 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 #61ED7F is Cyan = 0.59, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 97 | 237 | 127 | - |
| CMYK | 0.59 | 0 | 0.46 | 0.07 |
| HSL | 132.86º | 0.8% | 0.65% | - |
| HSV(B) | 132.86º | 0.59% | 0.93% | - |
| XYZ | 39.04 | 64.64 | 30.5 | - |
| YUV | 182.6 | 96.62 | 66.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 237 | 127 | 0.59 | 0 | 0.46 | 0.07 | 132.86 | 0.8 | 0.65 |
| Hex | 61 | ED | 7F | 3B | 0 | 2E | 7 | 85 | 50 | 41 |
| Octal | 141 | 355 | 177 | 73 | 0 | 56 | 7 | 205 | 120 | 101 |
| Binary | 1100001 | 11101101 | 1111111 | 111011 | 0 | 101110 | 111 | 10000101 | 1010000 | 1000001 |
Color Harmonies of #61ED7F
Complementary color
Monochromatic Colors of #61ED7F
Black with #61ED7F
Text Example
Text Example
White with #61ED7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61ED7F; }
p { color: rgb(97,237,127); }
H1.HeaderClassName
{
color: #61ED7F;
}
.AnyTagClassName
{
color: #61ED7F;
}
</style>
background-color css
<style>
a { background-color: #61ED7F; }
a { background-color: rgb(97,237,127); }
div.DivClassName
{
background-color: #61ED7F;
}
.BgClassName
{
background-color: #61ED7F;
}
</style>
border-color css
<style>
span { border-color: #61ED7F; }
span { border-color: rgb(97,237,127); }
td.TdClassName
{
border-color: #61ED7F;
}
.TagClassName
{
border-color: #61ED7F;
}
</style>