Shades of Pastel Green #71E18A
Tints of Pastel Green #71E18A
RGB
CMYK
RGB Variations
Color information
#71E18A (or 0x71E18A) is known color: Pastel Green. HEX triplet: 71, E1 and 8A. RGB value is (113,225,138). Sum of RGB (Red+Green+Blue) = 113+225+138=476 (63% of max value = 765). Red value is 113 (44.53% from 255 or 23.74% from 476); Green value is 225 (88.28% from 255 or 47.27% from 476); Blue value is 138 (54.30% from 255 or 28.99% from 476); Max value from RGB is 225 - color contains mainly: green. Hex color #71E18A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #71E18A is #8E1E75. Grayscale: #B5B5B5. Windows color (decimal): -9313910 or 9101681. OLE color: 9101681.
HSL color Cylindrical-coordinate representation of color #71E18A: hue angle of 133.39º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #71E18A is Cyan = 0.50, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 113 | 225 | 138 | - |
| CMYK | 0.50 | 0 | 0.39 | 0.12 |
| HSL | 133.39º | 0.65% | 0.66% | - |
| HSV(B) | 133.39º | 0.5% | 0.88% | - |
| XYZ | 38.32 | 59.2 | 33.45 | - |
| YUV | 181.59 | 103.39 | 79.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 225 | 138 | 0.50 | 0 | 0.39 | 0.12 | 133.39 | 0.65 | 0.66 |
| Hex | 71 | E1 | 8A | 32 | 0 | 27 | C | 85 | 41 | 42 |
| Octal | 161 | 341 | 212 | 62 | 0 | 47 | 14 | 205 | 101 | 102 |
| Binary | 1110001 | 11100001 | 10001010 | 110010 | 0 | 100111 | 1100 | 10000101 | 1000001 | 1000010 |
Color Harmonies of #71E18A
Complementary color
Monochromatic Colors of #71E18A
Black with #71E18A
Text Example
Text Example
White with #71E18A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71E18A; }
p { color: rgb(113,225,138); }
H1.HeaderClassName
{
color: #71E18A;
}
.AnyTagClassName
{
color: #71E18A;
}
</style>
background-color css
<style>
a { background-color: #71E18A; }
a { background-color: rgb(113,225,138); }
div.DivClassName
{
background-color: #71E18A;
}
.BgClassName
{
background-color: #71E18A;
}
</style>
border-color css
<style>
span { border-color: #71E18A; }
span { border-color: rgb(113,225,138); }
td.TdClassName
{
border-color: #71E18A;
}
.TagClassName
{
border-color: #71E18A;
}
</style>