Shades of Pastel Green #61DB64
Tints of Pastel Green #61DB64
RGB
CMYK
RGB Variations
Color information
#61DB64 (or 0x61DB64) is known color: Pastel Green. HEX triplet: 61, DB and 64. RGB value is (97,219,100). Sum of RGB (Red+Green+Blue) = 97+219+100=416 (55% of max value = 765). Red value is 97 (38.28% from 255 or 23.32% from 416); Green value is 219 (85.94% from 255 or 52.64% from 416); Blue value is 100 (39.45% from 255 or 24.04% from 416); Max value from RGB is 219 - color contains mainly: green. Hex color #61DB64 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #61DB64 is #9E249B. Grayscale: #A9A9A9. Windows color (decimal): -10364060 or 6609761. OLE color: 6609761.
HSL color Cylindrical-coordinate representation of color #61DB64: hue angle of 121.48º 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 #61DB64 is Cyan = 0.56, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 97 | 219 | 100 | - |
| CMYK | 0.56 | 0 | 0.54 | 0.14 |
| HSL | 121.48º | 0.63% | 0.62% | - |
| HSV(B) | 121.48º | 0.56% | 0.86% | - |
| XYZ | 32.56 | 54.12 | 20.79 | - |
| YUV | 168.96 | 89.08 | 76.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 219 | 100 | 0.56 | 0 | 0.54 | 0.14 | 121.48 | 0.63 | 0.62 |
| Hex | 61 | DB | 64 | 38 | 0 | 36 | E | 79 | 3F | 3E |
| Octal | 141 | 333 | 144 | 70 | 0 | 66 | 16 | 171 | 77 | 76 |
| Binary | 1100001 | 11011011 | 1100100 | 111000 | 0 | 110110 | 1110 | 1111001 | 111111 | 111110 |
Color Harmonies of #61DB64
Complementary color
Monochromatic Colors of #61DB64
Black with #61DB64
Text Example
Text Example
White with #61DB64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61DB64; }
p { color: rgb(97,219,100); }
H1.HeaderClassName
{
color: #61DB64;
}
.AnyTagClassName
{
color: #61DB64;
}
</style>
background-color css
<style>
a { background-color: #61DB64; }
a { background-color: rgb(97,219,100); }
div.DivClassName
{
background-color: #61DB64;
}
.BgClassName
{
background-color: #61DB64;
}
</style>
border-color css
<style>
span { border-color: #61DB64; }
span { border-color: rgb(97,219,100); }
td.TdClassName
{
border-color: #61DB64;
}
.TagClassName
{
border-color: #61DB64;
}
</style>