Shades of Pastel Green #71CE80
Tints of Pastel Green #71CE80
RGB
CMYK
RGB Variations
Color information
#71CE80 (or 0x71CE80) is known color: Pastel Green. HEX triplet: 71, CE and 80. RGB value is (113,206,128). Sum of RGB (Red+Green+Blue) = 113+206+128=447 (59% of max value = 765). Red value is 113 (44.53% from 255 or 25.28% from 447); Green value is 206 (80.86% from 255 or 46.09% from 447); Blue value is 128 (50.39% from 255 or 28.64% from 447); Max value from RGB is 206 - color contains mainly: green. Hex color #71CE80 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #71CE80 is #8E317F. Grayscale: #A9A9A9. Windows color (decimal): -9318784 or 8441457. OLE color: 8441457.
HSL color Cylindrical-coordinate representation of color #71CE80: hue angle of 129.68º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #71CE80 is Cyan = 0.45, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 113 | 206 | 128 | - |
| CMYK | 0.45 | 0 | 0.38 | 0.19 |
| HSL | 129.68º | 0.49% | 0.63% | - |
| HSV(B) | 129.68º | 0.45% | 0.81% | - |
| XYZ | 32.78 | 49.21 | 28.19 | - |
| YUV | 169.3 | 104.69 | 87.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 206 | 128 | 0.45 | 0 | 0.38 | 0.19 | 129.68 | 0.49 | 0.63 |
| Hex | 71 | CE | 80 | 2D | 0 | 26 | 13 | 82 | 31 | 3F |
| Octal | 161 | 316 | 200 | 55 | 0 | 46 | 23 | 202 | 61 | 77 |
| Binary | 1110001 | 11001110 | 10000000 | 101101 | 0 | 100110 | 10011 | 10000010 | 110001 | 111111 |
Color Harmonies of #71CE80
Complementary color
Monochromatic Colors of #71CE80
Black with #71CE80
Text Example
Text Example
White with #71CE80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71CE80; }
p { color: rgb(113,206,128); }
H1.HeaderClassName
{
color: #71CE80;
}
.AnyTagClassName
{
color: #71CE80;
}
</style>
background-color css
<style>
a { background-color: #71CE80; }
a { background-color: rgb(113,206,128); }
div.DivClassName
{
background-color: #71CE80;
}
.BgClassName
{
background-color: #71CE80;
}
</style>
border-color css
<style>
span { border-color: #71CE80; }
span { border-color: rgb(113,206,128); }
td.TdClassName
{
border-color: #71CE80;
}
.TagClassName
{
border-color: #71CE80;
}
</style>