Shades of Pastel Green #71DE8A
Tints of Pastel Green #71DE8A
RGB
CMYK
RGB Variations
Color information
#71DE8A (or 0x71DE8A) is known color: Pastel Green. HEX triplet: 71, DE and 8A. RGB value is (113,222,138). Sum of RGB (Red+Green+Blue) = 113+222+138=473 (62% of max value = 765). Red value is 113 (44.53% from 255 or 23.89% from 473); Green value is 222 (87.11% from 255 or 46.93% from 473); Blue value is 138 (54.30% from 255 or 29.18% from 473); Max value from RGB is 222 - color contains mainly: green. Hex color #71DE8A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #71DE8A is #8E2175. Grayscale: #B4B4B4. Windows color (decimal): -9314678 or 9100913. OLE color: 9100913.
HSL color Cylindrical-coordinate representation of color #71DE8A: hue angle of 133.76º degrees, saturation: 0.62, 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 #71DE8A is Cyan = 0.49, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 113 | 222 | 138 | - |
| CMYK | 0.49 | 0 | 0.38 | 0.13 |
| HSL | 133.76º | 0.62% | 0.66% | - |
| HSV(B) | 133.76º | 0.49% | 0.87% | - |
| XYZ | 37.52 | 57.59 | 33.18 | - |
| YUV | 179.83 | 104.39 | 80.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 222 | 138 | 0.49 | 0 | 0.38 | 0.13 | 133.76 | 0.62 | 0.66 |
| Hex | 71 | DE | 8A | 31 | 0 | 26 | D | 86 | 3E | 42 |
| Octal | 161 | 336 | 212 | 61 | 0 | 46 | 15 | 206 | 76 | 102 |
| Binary | 1110001 | 11011110 | 10001010 | 110001 | 0 | 100110 | 1101 | 10000110 | 111110 | 1000010 |
Color Harmonies of #71DE8A
Complementary color
Monochromatic Colors of #71DE8A
Black with #71DE8A
Text Example
Text Example
White with #71DE8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71DE8A; }
p { color: rgb(113,222,138); }
H1.HeaderClassName
{
color: #71DE8A;
}
.AnyTagClassName
{
color: #71DE8A;
}
</style>
background-color css
<style>
a { background-color: #71DE8A; }
a { background-color: rgb(113,222,138); }
div.DivClassName
{
background-color: #71DE8A;
}
.BgClassName
{
background-color: #71DE8A;
}
</style>
border-color css
<style>
span { border-color: #71DE8A; }
span { border-color: rgb(113,222,138); }
td.TdClassName
{
border-color: #71DE8A;
}
.TagClassName
{
border-color: #71DE8A;
}
</style>