Shades of Pastel Green #71DF64
Tints of Pastel Green #71DF64
RGB
CMYK
RGB Variations
Color information
#71DF64 (or 0x71DF64) is known color: Pastel Green. HEX triplet: 71, DF and 64. RGB value is (113,223,100). Sum of RGB (Red+Green+Blue) = 113+223+100=436 (57% of max value = 765). Red value is 113 (44.53% from 255 or 25.92% from 436); Green value is 223 (87.5% from 255 or 51.15% from 436); Blue value is 100 (39.45% from 255 or 22.94% from 436); Max value from RGB is 223 - color contains mainly: green. Hex color #71DF64 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71DF64 is #8E209B. Grayscale: #B0B0B0. Windows color (decimal): -9314460 or 6610801. OLE color: 6610801.
HSL color Cylindrical-coordinate representation of color #71DF64: hue angle of 113.66º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #71DF64 is Cyan = 0.49, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 113 | 223 | 100 | - |
| CMYK | 0.49 | 0 | 0.55 | 0.13 |
| HSL | 113.66º | 0.66% | 0.63% | - |
| HSV(B) | 113.66º | 0.55% | 0.87% | - |
| XYZ | 35.5 | 57.21 | 21.23 | - |
| YUV | 176.09 | 85.06 | 83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 223 | 100 | 0.49 | 0 | 0.55 | 0.13 | 113.66 | 0.66 | 0.63 |
| Hex | 71 | DF | 64 | 31 | 0 | 37 | D | 72 | 42 | 3F |
| Octal | 161 | 337 | 144 | 61 | 0 | 67 | 15 | 162 | 102 | 77 |
| Binary | 1110001 | 11011111 | 1100100 | 110001 | 0 | 110111 | 1101 | 1110010 | 1000010 | 111111 |
Color Harmonies of #71DF64
Complementary color
Monochromatic Colors of #71DF64
Black with #71DF64
Text Example
Text Example
White with #71DF64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71DF64; }
p { color: rgb(113,223,100); }
H1.HeaderClassName
{
color: #71DF64;
}
.AnyTagClassName
{
color: #71DF64;
}
</style>
background-color css
<style>
a { background-color: #71DF64; }
a { background-color: rgb(113,223,100); }
div.DivClassName
{
background-color: #71DF64;
}
.BgClassName
{
background-color: #71DF64;
}
</style>
border-color css
<style>
span { border-color: #71DF64; }
span { border-color: rgb(113,223,100); }
td.TdClassName
{
border-color: #71DF64;
}
.TagClassName
{
border-color: #71DF64;
}
</style>