Shades of Pastel Green #71E58C
Tints of Pastel Green #71E58C
RGB
CMYK
RGB Variations
Color information
#71E58C (or 0x71E58C) is known color: Pastel Green. HEX triplet: 71, E5 and 8C. RGB value is (113,229,140). Sum of RGB (Red+Green+Blue) = 113+229+140=482 (63% of max value = 765). Red value is 113 (44.53% from 255 or 23.44% from 482); Green value is 229 (89.84% from 255 or 47.51% from 482); Blue value is 140 (55.08% from 255 or 29.05% from 482); Max value from RGB is 229 - color contains mainly: green. Hex color #71E58C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #71E58C is #8E1A73. Grayscale: #B8B8B8. Windows color (decimal): -9312884 or 9233777. OLE color: 9233777.
HSL color Cylindrical-coordinate representation of color #71E58C: hue angle of 133.97º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #71E58C is Cyan = 0.51, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 113 | 229 | 140 | - |
| CMYK | 0.51 | 0 | 0.39 | 0.10 |
| HSL | 133.97º | 0.69% | 0.67% | - |
| HSV(B) | 133.97º | 0.51% | 0.9% | - |
| XYZ | 39.56 | 61.44 | 34.59 | - |
| YUV | 184.17 | 103.07 | 77.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 229 | 140 | 0.51 | 0 | 0.39 | 0.10 | 133.97 | 0.69 | 0.67 |
| Hex | 71 | E5 | 8C | 33 | 0 | 27 | A | 86 | 45 | 43 |
| Octal | 161 | 345 | 214 | 63 | 0 | 47 | 12 | 206 | 105 | 103 |
| Binary | 1110001 | 11100101 | 10001100 | 110011 | 0 | 100111 | 1010 | 10000110 | 1000101 | 1000011 |
Color Harmonies of #71E58C
Complementary color
Monochromatic Colors of #71E58C
Black with #71E58C
Text Example
Text Example
White with #71E58C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71E58C; }
p { color: rgb(113,229,140); }
H1.HeaderClassName
{
color: #71E58C;
}
.AnyTagClassName
{
color: #71E58C;
}
</style>
background-color css
<style>
a { background-color: #71E58C; }
a { background-color: rgb(113,229,140); }
div.DivClassName
{
background-color: #71E58C;
}
.BgClassName
{
background-color: #71E58C;
}
</style>
border-color css
<style>
span { border-color: #71E58C; }
span { border-color: rgb(113,229,140); }
td.TdClassName
{
border-color: #71E58C;
}
.TagClassName
{
border-color: #71E58C;
}
</style>