Shades of Pastel Green #71DF61
Tints of Pastel Green #71DF61
RGB
CMYK
RGB Variations
Color information
#71DF61 (or 0x71DF61) is known color: Pastel Green. HEX triplet: 71, DF and 61. RGB value is (113,223,97). Sum of RGB (Red+Green+Blue) = 113+223+97=433 (57% of max value = 765). Red value is 113 (44.53% from 255 or 26.10% from 433); Green value is 223 (87.5% from 255 or 51.50% from 433); Blue value is 97 (38.28% from 255 or 22.40% from 433); Max value from RGB is 223 - color contains mainly: green. Hex color #71DF61 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71DF61 is #8E209E. Grayscale: #B0B0B0. Windows color (decimal): -9314463 or 6414193. OLE color: 6414193.
HSL color Cylindrical-coordinate representation of color #71DF61: hue angle of 112.38º 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 #71DF61 is Cyan = 0.49, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 113 | 223 | 97 | - |
| CMYK | 0.49 | 0 | 0.57 | 0.13 |
| HSL | 112.38º | 0.66% | 0.63% | - |
| HSV(B) | 112.38º | 0.57% | 0.87% | - |
| XYZ | 35.36 | 57.15 | 20.48 | - |
| YUV | 175.75 | 83.56 | 83.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 223 | 97 | 0.49 | 0 | 0.57 | 0.13 | 112.38 | 0.66 | 0.63 |
| Hex | 71 | DF | 61 | 31 | 0 | 39 | D | 70 | 42 | 3F |
| Octal | 161 | 337 | 141 | 61 | 0 | 71 | 15 | 160 | 102 | 77 |
| Binary | 1110001 | 11011111 | 1100001 | 110001 | 0 | 111001 | 1101 | 1110000 | 1000010 | 111111 |
Color Harmonies of #71DF61
Complementary color
Monochromatic Colors of #71DF61
Black with #71DF61
Text Example
Text Example
White with #71DF61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71DF61; }
p { color: rgb(113,223,97); }
H1.HeaderClassName
{
color: #71DF61;
}
.AnyTagClassName
{
color: #71DF61;
}
</style>
background-color css
<style>
a { background-color: #71DF61; }
a { background-color: rgb(113,223,97); }
div.DivClassName
{
background-color: #71DF61;
}
.BgClassName
{
background-color: #71DF61;
}
</style>
border-color css
<style>
span { border-color: #71DF61; }
span { border-color: rgb(113,223,97); }
td.TdClassName
{
border-color: #71DF61;
}
.TagClassName
{
border-color: #71DF61;
}
</style>