Shades of Pastel Green #71DF85
Tints of Pastel Green #71DF85
RGB
CMYK
RGB Variations
Color information
#71DF85 (or 0x71DF85) is known color: Pastel Green. HEX triplet: 71, DF and 85. RGB value is (113,223,133). Sum of RGB (Red+Green+Blue) = 113+223+133=469 (62% of max value = 765). Red value is 113 (44.53% from 255 or 24.09% from 469); Green value is 223 (87.5% from 255 or 47.55% from 469); Blue value is 133 (52.34% from 255 or 28.36% from 469); Max value from RGB is 223 - color contains mainly: green. Hex color #71DF85 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #71DF85 is #8E207A. Grayscale: #B4B4B4. Windows color (decimal): -9314427 or 8773489. OLE color: 8773489.
HSL color Cylindrical-coordinate representation of color #71DF85: hue angle of 130.91º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #71DF85 is Cyan = 0.49, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 113 | 223 | 133 | - |
| CMYK | 0.49 | 0 | 0.40 | 0.13 |
| HSL | 130.91º | 0.63% | 0.66% | - |
| HSV(B) | 130.91º | 0.49% | 0.87% | - |
| XYZ | 37.43 | 57.98 | 31.41 | - |
| YUV | 179.85 | 101.56 | 80.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 223 | 133 | 0.49 | 0 | 0.40 | 0.13 | 130.91 | 0.63 | 0.66 |
| Hex | 71 | DF | 85 | 31 | 0 | 28 | D | 83 | 3F | 42 |
| Octal | 161 | 337 | 205 | 61 | 0 | 50 | 15 | 203 | 77 | 102 |
| Binary | 1110001 | 11011111 | 10000101 | 110001 | 0 | 101000 | 1101 | 10000011 | 111111 | 1000010 |
Color Harmonies of #71DF85
Complementary color
Monochromatic Colors of #71DF85
Black with #71DF85
Text Example
Text Example
White with #71DF85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71DF85; }
p { color: rgb(113,223,133); }
H1.HeaderClassName
{
color: #71DF85;
}
.AnyTagClassName
{
color: #71DF85;
}
</style>
background-color css
<style>
a { background-color: #71DF85; }
a { background-color: rgb(113,223,133); }
div.DivClassName
{
background-color: #71DF85;
}
.BgClassName
{
background-color: #71DF85;
}
</style>
border-color css
<style>
span { border-color: #71DF85; }
span { border-color: rgb(113,223,133); }
td.TdClassName
{
border-color: #71DF85;
}
.TagClassName
{
border-color: #71DF85;
}
</style>