Shades of Pastel Green #61DF76
Tints of Pastel Green #61DF76
RGB
CMYK
RGB Variations
Color information
#61DF76 (or 0x61DF76) is known color: Pastel Green. HEX triplet: 61, DF and 76. RGB value is (97,223,118). Sum of RGB (Red+Green+Blue) = 97+223+118=438 (58% of max value = 765). Red value is 97 (38.28% from 255 or 22.15% from 438); Green value is 223 (87.5% from 255 or 50.91% from 438); Blue value is 118 (46.48% from 255 or 26.94% from 438); Max value from RGB is 223 - color contains mainly: green. Hex color #61DF76 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #61DF76 is #9E2089. Grayscale: #ADADAD. Windows color (decimal): -10363018 or 7790433. OLE color: 7790433.
HSL color Cylindrical-coordinate representation of color #61DF76: hue angle of 130º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #61DF76 is Cyan = 0.57, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 97 | 223 | 118 | - |
| CMYK | 0.57 | 0 | 0.47 | 0.13 |
| HSL | 130º | 0.66% | 0.63% | - |
| HSV(B) | 130º | 0.57% | 0.87% | - |
| XYZ | 34.59 | 56.62 | 26.25 | - |
| YUV | 173.36 | 96.76 | 73.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 223 | 118 | 0.57 | 0 | 0.47 | 0.13 | 130 | 0.66 | 0.63 |
| Hex | 61 | DF | 76 | 39 | 0 | 2F | D | 82 | 42 | 3F |
| Octal | 141 | 337 | 166 | 71 | 0 | 57 | 15 | 202 | 102 | 77 |
| Binary | 1100001 | 11011111 | 1110110 | 111001 | 0 | 101111 | 1101 | 10000010 | 1000010 | 111111 |
Color Harmonies of #61DF76
Complementary color
Monochromatic Colors of #61DF76
Black with #61DF76
Text Example
Text Example
White with #61DF76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61DF76; }
p { color: rgb(97,223,118); }
H1.HeaderClassName
{
color: #61DF76;
}
.AnyTagClassName
{
color: #61DF76;
}
</style>
background-color css
<style>
a { background-color: #61DF76; }
a { background-color: rgb(97,223,118); }
div.DivClassName
{
background-color: #61DF76;
}
.BgClassName
{
background-color: #61DF76;
}
</style>
border-color css
<style>
span { border-color: #61DF76; }
span { border-color: rgb(97,223,118); }
td.TdClassName
{
border-color: #61DF76;
}
.TagClassName
{
border-color: #61DF76;
}
</style>