Shades of Pastel Green #71E069
Tints of Pastel Green #71E069
RGB
CMYK
RGB Variations
Color information
#71E069 (or 0x71E069) is known color: Pastel Green. HEX triplet: 71, E0 and 69. RGB value is (113,224,105). Sum of RGB (Red+Green+Blue) = 113+224+105=442 (58% of max value = 765). Red value is 113 (44.53% from 255 or 25.57% from 442); Green value is 224 (87.89% from 255 or 50.68% from 442); Blue value is 105 (41.41% from 255 or 23.76% from 442); Max value from RGB is 224 - color contains mainly: green. Hex color #71E069 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71E069 is #8E1F96. Grayscale: #B1B1B1. Windows color (decimal): -9314199 or 6938737. OLE color: 6938737.
HSL color Cylindrical-coordinate representation of color #71E069: hue angle of 115.97º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #71E069 is Cyan = 0.50, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 113 | 224 | 105 | - |
| CMYK | 0.50 | 0 | 0.53 | 0.12 |
| HSL | 115.97º | 0.66% | 0.65% | - |
| HSV(B) | 115.97º | 0.53% | 0.88% | - |
| XYZ | 36.02 | 57.84 | 22.63 | - |
| YUV | 177.25 | 87.23 | 82.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 224 | 105 | 0.50 | 0 | 0.53 | 0.12 | 115.97 | 0.66 | 0.65 |
| Hex | 71 | E0 | 69 | 32 | 0 | 35 | C | 74 | 42 | 41 |
| Octal | 161 | 340 | 151 | 62 | 0 | 65 | 14 | 164 | 102 | 101 |
| Binary | 1110001 | 11100000 | 1101001 | 110010 | 0 | 110101 | 1100 | 1110100 | 1000010 | 1000001 |
Color Harmonies of #71E069
Complementary color
Monochromatic Colors of #71E069
Black with #71E069
Text Example
Text Example
White with #71E069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71E069; }
p { color: rgb(113,224,105); }
H1.HeaderClassName
{
color: #71E069;
}
.AnyTagClassName
{
color: #71E069;
}
</style>
background-color css
<style>
a { background-color: #71E069; }
a { background-color: rgb(113,224,105); }
div.DivClassName
{
background-color: #71E069;
}
.BgClassName
{
background-color: #71E069;
}
</style>
border-color css
<style>
span { border-color: #71E069; }
span { border-color: rgb(113,224,105); }
td.TdClassName
{
border-color: #71E069;
}
.TagClassName
{
border-color: #71E069;
}
</style>