Shades of Pastel Green #71CE6F
Tints of Pastel Green #71CE6F
RGB
CMYK
RGB Variations
Color information
#71CE6F (or 0x71CE6F) is known color: Pastel Green. HEX triplet: 71, CE and 6F. RGB value is (113,206,111). Sum of RGB (Red+Green+Blue) = 113+206+111=430 (56% of max value = 765). Red value is 113 (44.53% from 255 or 26.28% from 430); Green value is 206 (80.86% from 255 or 47.91% from 430); Blue value is 111 (43.75% from 255 or 25.81% from 430); Max value from RGB is 206 - color contains mainly: green. Hex color #71CE6F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71CE6F is #8E3190. Grayscale: #A7A7A7. Windows color (decimal): -9318801 or 7327345. OLE color: 7327345.
HSL color Cylindrical-coordinate representation of color #71CE6F: hue angle of 118.74º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #71CE6F is Cyan = 0.45, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 113 | 206 | 111 | - |
| CMYK | 0.45 | 0 | 0.46 | 0.19 |
| HSL | 118.74º | 0.49% | 0.62% | - |
| HSV(B) | 118.74º | 0.46% | 0.81% | - |
| XYZ | 31.75 | 48.8 | 22.79 | - |
| YUV | 167.36 | 96.19 | 89.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 206 | 111 | 0.45 | 0 | 0.46 | 0.19 | 118.74 | 0.49 | 0.62 |
| Hex | 71 | CE | 6F | 2D | 0 | 2E | 13 | 77 | 31 | 3E |
| Octal | 161 | 316 | 157 | 55 | 0 | 56 | 23 | 167 | 61 | 76 |
| Binary | 1110001 | 11001110 | 1101111 | 101101 | 0 | 101110 | 10011 | 1110111 | 110001 | 111110 |
Color Harmonies of #71CE6F
Complementary color
Monochromatic Colors of #71CE6F
Black with #71CE6F
Text Example
Text Example
White with #71CE6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71CE6F; }
p { color: rgb(113,206,111); }
H1.HeaderClassName
{
color: #71CE6F;
}
.AnyTagClassName
{
color: #71CE6F;
}
</style>
background-color css
<style>
a { background-color: #71CE6F; }
a { background-color: rgb(113,206,111); }
div.DivClassName
{
background-color: #71CE6F;
}
.BgClassName
{
background-color: #71CE6F;
}
</style>
border-color css
<style>
span { border-color: #71CE6F; }
span { border-color: rgb(113,206,111); }
td.TdClassName
{
border-color: #71CE6F;
}
.TagClassName
{
border-color: #71CE6F;
}
</style>