Shades of Pastel Green #61DB61
Tints of Pastel Green #61DB61
RGB
CMYK
RGB Variations
Color information
#61DB61 (or 0x61DB61) is known color: Pastel Green. HEX triplet: 61, DB and 61. RGB value is (97,219,97). Sum of RGB (Red+Green+Blue) = 97+219+97=413 (54% of max value = 765). Red value is 97 (38.28% from 255 or 23.49% from 413); Green value is 219 (85.94% from 255 or 53.03% from 413); Blue value is 97 (38.28% from 255 or 23.49% from 413); Max value from RGB is 219 - color contains mainly: green. Hex color #61DB61 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #61DB61 is #9E249E. Grayscale: #A8A8A8. Windows color (decimal): -10364063 or 6413153. OLE color: 6413153.
HSL color Cylindrical-coordinate representation of color #61DB61: hue angle of 120º degrees, saturation: 0.63, 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 #61DB61 is Cyan = 0.56, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 97 | 219 | 97 | - |
| CMYK | 0.56 | 0 | 0.56 | 0.14 |
| HSL | 120º | 0.63% | 0.62% | - |
| HSV(B) | 120º | 0.56% | 0.86% | - |
| XYZ | 32.42 | 54.07 | 20.04 | - |
| YUV | 168.61 | 87.58 | 76.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 219 | 97 | 0.56 | 0 | 0.56 | 0.14 | 120 | 0.63 | 0.62 |
| Hex | 61 | DB | 61 | 38 | 0 | 38 | E | 78 | 3F | 3E |
| Octal | 141 | 333 | 141 | 70 | 0 | 70 | 16 | 170 | 77 | 76 |
| Binary | 1100001 | 11011011 | 1100001 | 111000 | 0 | 111000 | 1110 | 1111000 | 111111 | 111110 |
Color Harmonies of #61DB61
Complementary color
Monochromatic Colors of #61DB61
Black with #61DB61
Text Example
Text Example
White with #61DB61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61DB61; }
p { color: rgb(97,219,97); }
H1.HeaderClassName
{
color: #61DB61;
}
.AnyTagClassName
{
color: #61DB61;
}
</style>
background-color css
<style>
a { background-color: #61DB61; }
a { background-color: rgb(97,219,97); }
div.DivClassName
{
background-color: #61DB61;
}
.BgClassName
{
background-color: #61DB61;
}
</style>
border-color css
<style>
span { border-color: #61DB61; }
span { border-color: rgb(97,219,97); }
td.TdClassName
{
border-color: #61DB61;
}
.TagClassName
{
border-color: #61DB61;
}
</style>