Shades of Pastel Green #71EE7A
Tints of Pastel Green #71EE7A
RGB
CMYK
RGB Variations
Color information
#71EE7A (or 0x71EE7A) is known color: Pastel Green. HEX triplet: 71, EE and 7A. RGB value is (113,238,122). Sum of RGB (Red+Green+Blue) = 113+238+122=473 (62% of max value = 765). Red value is 113 (44.53% from 255 or 23.89% from 473); Green value is 238 (93.36% from 255 or 50.32% from 473); Blue value is 122 (48.05% from 255 or 25.79% from 473); Max value from RGB is 238 - color contains mainly: green. Hex color #71EE7A is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #71EE7A is #8E1185. Grayscale: #BBBBBB. Windows color (decimal): -9310598 or 8056433. OLE color: 8056433.
HSL color Cylindrical-coordinate representation of color #71EE7A: hue angle of 124.32º degrees, saturation: 0.79, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #71EE7A is Cyan = 0.53, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 113 | 238 | 122 | - |
| CMYK | 0.53 | 0 | 0.49 | 0.07 |
| HSL | 124.32º | 0.79% | 0.69% | - |
| HSV(B) | 124.32º | 0.53% | 0.93% | - |
| XYZ | 40.9 | 66.06 | 29.01 | - |
| YUV | 187.4 | 91.09 | 74.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 238 | 122 | 0.53 | 0 | 0.49 | 0.07 | 124.32 | 0.79 | 0.69 |
| Hex | 71 | EE | 7A | 35 | 0 | 31 | 7 | 7C | 4F | 45 |
| Octal | 161 | 356 | 172 | 65 | 0 | 61 | 7 | 174 | 117 | 105 |
| Binary | 1110001 | 11101110 | 1111010 | 110101 | 0 | 110001 | 111 | 1111100 | 1001111 | 1000101 |
Color Harmonies of #71EE7A
Complementary color
Monochromatic Colors of #71EE7A
Black with #71EE7A
Text Example
Text Example
White with #71EE7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71EE7A; }
p { color: rgb(113,238,122); }
H1.HeaderClassName
{
color: #71EE7A;
}
.AnyTagClassName
{
color: #71EE7A;
}
</style>
background-color css
<style>
a { background-color: #71EE7A; }
a { background-color: rgb(113,238,122); }
div.DivClassName
{
background-color: #71EE7A;
}
.BgClassName
{
background-color: #71EE7A;
}
</style>
border-color css
<style>
span { border-color: #71EE7A; }
span { border-color: rgb(113,238,122); }
td.TdClassName
{
border-color: #71EE7A;
}
.TagClassName
{
border-color: #71EE7A;
}
</style>