Shades of Pastel Green #71E28A
Tints of Pastel Green #71E28A
RGB
CMYK
RGB Variations
Color information
#71E28A (or 0x71E28A) is known color: Pastel Green. HEX triplet: 71, E2 and 8A. RGB value is (113,226,138). Sum of RGB (Red+Green+Blue) = 113+226+138=477 (63% of max value = 765). Red value is 113 (44.53% from 255 or 23.69% from 477); Green value is 226 (88.67% from 255 or 47.38% from 477); Blue value is 138 (54.30% from 255 or 28.93% from 477); Max value from RGB is 226 - color contains mainly: green. Hex color #71E28A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #71E28A is #8E1D75. Grayscale: #B6B6B6. Windows color (decimal): -9313654 or 9101937. OLE color: 9101937.
HSL color Cylindrical-coordinate representation of color #71E28A: hue angle of 133.27º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #71E28A is Cyan = 0.5, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 113 | 226 | 138 | - |
| CMYK | 0.5 | 0 | 0.39 | 0.11 |
| HSL | 133.27º | 0.66% | 0.66% | - |
| HSV(B) | 133.27º | 0.5% | 0.89% | - |
| XYZ | 38.59 | 59.74 | 33.54 | - |
| YUV | 182.18 | 103.06 | 78.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 226 | 138 | 0.5 | 0 | 0.39 | 0.11 | 133.27 | 0.66 | 0.66 |
| Hex | 71 | E2 | 8A | 32 | 0 | 27 | B | 85 | 42 | 42 |
| Octal | 161 | 342 | 212 | 62 | 0 | 47 | 13 | 205 | 102 | 102 |
| Binary | 1110001 | 11100010 | 10001010 | 110010 | 0 | 100111 | 1011 | 10000101 | 1000010 | 1000010 |
Color Harmonies of #71E28A
Complementary color
Monochromatic Colors of #71E28A
Black with #71E28A
Text Example
Text Example
White with #71E28A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71E28A; }
p { color: rgb(113,226,138); }
H1.HeaderClassName
{
color: #71E28A;
}
.AnyTagClassName
{
color: #71E28A;
}
</style>
background-color css
<style>
a { background-color: #71E28A; }
a { background-color: rgb(113,226,138); }
div.DivClassName
{
background-color: #71E28A;
}
.BgClassName
{
background-color: #71E28A;
}
</style>
border-color css
<style>
span { border-color: #71E28A; }
span { border-color: rgb(113,226,138); }
td.TdClassName
{
border-color: #71E28A;
}
.TagClassName
{
border-color: #71E28A;
}
</style>