Shades of Pastel Green #71E669
Tints of Pastel Green #71E669
RGB
CMYK
RGB Variations
Color information
#71E669 (or 0x71E669) is known color: Pastel Green. HEX triplet: 71, E6 and 69. RGB value is (113,230,105). Sum of RGB (Red+Green+Blue) = 113+230+105=448 (59% of max value = 765). Red value is 113 (44.53% from 255 or 25.22% from 448); Green value is 230 (90.23% from 255 or 51.34% from 448); Blue value is 105 (41.41% from 255 or 23.44% from 448); Max value from RGB is 230 - color contains mainly: green. Hex color #71E669 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #71E669 is #8E1996. Grayscale: #B5B5B5. Windows color (decimal): -9312663 or 6940273. OLE color: 6940273.
HSL color Cylindrical-coordinate representation of color #71E669: hue angle of 116.16º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #71E669 is Cyan = 0.51, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 113 | 230 | 105 | - |
| CMYK | 0.51 | 0 | 0.54 | 0.10 |
| HSL | 116.16º | 0.71% | 0.66% | - |
| HSV(B) | 116.16º | 0.54% | 0.9% | - |
| XYZ | 37.66 | 61.12 | 23.18 | - |
| YUV | 180.77 | 85.24 | 79.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 230 | 105 | 0.51 | 0 | 0.54 | 0.10 | 116.16 | 0.71 | 0.66 |
| Hex | 71 | E6 | 69 | 33 | 0 | 36 | A | 74 | 47 | 42 |
| Octal | 161 | 346 | 151 | 63 | 0 | 66 | 12 | 164 | 107 | 102 |
| Binary | 1110001 | 11100110 | 1101001 | 110011 | 0 | 110110 | 1010 | 1110100 | 1000111 | 1000010 |
Color Harmonies of #71E669
Complementary color
Monochromatic Colors of #71E669
Black with #71E669
Text Example
Text Example
White with #71E669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71E669; }
p { color: rgb(113,230,105); }
H1.HeaderClassName
{
color: #71E669;
}
.AnyTagClassName
{
color: #71E669;
}
</style>
background-color css
<style>
a { background-color: #71E669; }
a { background-color: rgb(113,230,105); }
div.DivClassName
{
background-color: #71E669;
}
.BgClassName
{
background-color: #71E669;
}
</style>
border-color css
<style>
span { border-color: #71E669; }
span { border-color: rgb(113,230,105); }
td.TdClassName
{
border-color: #71E669;
}
.TagClassName
{
border-color: #71E669;
}
</style>