Shades of Pastel Green #61DC74
Tints of Pastel Green #61DC74
RGB
CMYK
RGB Variations
Color information
#61DC74 (or 0x61DC74) is known color: Pastel Green. HEX triplet: 61, DC and 74. RGB value is (97,220,116). Sum of RGB (Red+Green+Blue) = 97+220+116=433 (57% of max value = 765). Red value is 97 (38.28% from 255 or 22.40% from 433); Green value is 220 (86.33% from 255 or 50.81% from 433); Blue value is 116 (45.70% from 255 or 26.79% from 433); Max value from RGB is 220 - color contains mainly: green. Hex color #61DC74 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #61DC74 is #9E238B. Grayscale: #ABABAB. Windows color (decimal): -10363788 or 7658593. OLE color: 7658593.
HSL color Cylindrical-coordinate representation of color #61DC74: hue angle of 129.27º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #61DC74 is Cyan = 0.56, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 97 | 220 | 116 | - |
| CMYK | 0.56 | 0 | 0.47 | 0.14 |
| HSL | 129.27º | 0.64% | 0.62% | - |
| HSV(B) | 129.27º | 0.56% | 0.86% | - |
| XYZ | 33.68 | 54.99 | 25.36 | - |
| YUV | 171.37 | 96.75 | 74.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 220 | 116 | 0.56 | 0 | 0.47 | 0.14 | 129.27 | 0.64 | 0.62 |
| Hex | 61 | DC | 74 | 38 | 0 | 2F | E | 81 | 40 | 3E |
| Octal | 141 | 334 | 164 | 70 | 0 | 57 | 16 | 201 | 100 | 76 |
| Binary | 1100001 | 11011100 | 1110100 | 111000 | 0 | 101111 | 1110 | 10000001 | 1000000 | 111110 |
Color Harmonies of #61DC74
Complementary color
Monochromatic Colors of #61DC74
Black with #61DC74
Text Example
Text Example
White with #61DC74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61DC74; }
p { color: rgb(97,220,116); }
H1.HeaderClassName
{
color: #61DC74;
}
.AnyTagClassName
{
color: #61DC74;
}
</style>
background-color css
<style>
a { background-color: #61DC74; }
a { background-color: rgb(97,220,116); }
div.DivClassName
{
background-color: #61DC74;
}
.BgClassName
{
background-color: #61DC74;
}
</style>
border-color css
<style>
span { border-color: #61DC74; }
span { border-color: rgb(97,220,116); }
td.TdClassName
{
border-color: #61DC74;
}
.TagClassName
{
border-color: #61DC74;
}
</style>