Shades of Pastel Green #61DF6C
Tints of Pastel Green #61DF6C
RGB
CMYK
RGB Variations
Color information
#61DF6C (or 0x61DF6C) is known color: Pastel Green. HEX triplet: 61, DF and 6C. RGB value is (97,223,108). Sum of RGB (Red+Green+Blue) = 97+223+108=428 (56% of max value = 765). Red value is 97 (38.28% from 255 or 22.66% from 428); Green value is 223 (87.5% from 255 or 52.10% from 428); Blue value is 108 (42.58% from 255 or 25.23% from 428); Max value from RGB is 223 - color contains mainly: green. Hex color #61DF6C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #61DF6C is #9E2093. Grayscale: #ACACAC. Windows color (decimal): -10363028 or 7135073. OLE color: 7135073.
HSL color Cylindrical-coordinate representation of color #61DF6C: hue angle of 125.24º 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 #61DF6C is Cyan = 0.57, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 97 | 223 | 108 | - |
| CMYK | 0.57 | 0 | 0.52 | 0.13 |
| HSL | 125.24º | 0.66% | 0.63% | - |
| HSV(B) | 125.24º | 0.57% | 0.87% | - |
| XYZ | 34.02 | 56.4 | 23.28 | - |
| YUV | 172.22 | 91.76 | 74.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 223 | 108 | 0.57 | 0 | 0.52 | 0.13 | 125.24 | 0.66 | 0.63 |
| Hex | 61 | DF | 6C | 39 | 0 | 34 | D | 7D | 42 | 3F |
| Octal | 141 | 337 | 154 | 71 | 0 | 64 | 15 | 175 | 102 | 77 |
| Binary | 1100001 | 11011111 | 1101100 | 111001 | 0 | 110100 | 1101 | 1111101 | 1000010 | 111111 |
Color Harmonies of #61DF6C
Complementary color
Monochromatic Colors of #61DF6C
Black with #61DF6C
Text Example
Text Example
White with #61DF6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61DF6C; }
p { color: rgb(97,223,108); }
H1.HeaderClassName
{
color: #61DF6C;
}
.AnyTagClassName
{
color: #61DF6C;
}
</style>
background-color css
<style>
a { background-color: #61DF6C; }
a { background-color: rgb(97,223,108); }
div.DivClassName
{
background-color: #61DF6C;
}
.BgClassName
{
background-color: #61DF6C;
}
</style>
border-color css
<style>
span { border-color: #61DF6C; }
span { border-color: rgb(97,223,108); }
td.TdClassName
{
border-color: #61DF6C;
}
.TagClassName
{
border-color: #61DF6C;
}
</style>