Shades of Pastel Green #71D568
Tints of Pastel Green #71D568
RGB
CMYK
RGB Variations
Color information
#71D568 (or 0x71D568) is known color: Pastel Green. HEX triplet: 71, D5 and 68. RGB value is (113,213,104). Sum of RGB (Red+Green+Blue) = 113+213+104=430 (56% of max value = 765). Red value is 113 (44.53% from 255 or 26.28% from 430); Green value is 213 (83.59% from 255 or 49.53% from 430); Blue value is 104 (41.02% from 255 or 24.19% from 430); Max value from RGB is 213 - color contains mainly: green. Hex color #71D568 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71D568 is #8E2A97. Grayscale: #ABABAB. Windows color (decimal): -9317016 or 6870385. OLE color: 6870385.
HSL color Cylindrical-coordinate representation of color #71D568: hue angle of 115.05º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #71D568 is Cyan = 0.47, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 113 | 213 | 104 | - |
| CMYK | 0.47 | 0 | 0.51 | 0.16 |
| HSL | 115.05º | 0.56% | 0.62% | - |
| HSV(B) | 115.05º | 0.51% | 0.84% | - |
| XYZ | 33.1 | 52.1 | 21.41 | - |
| YUV | 170.67 | 90.37 | 86.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 213 | 104 | 0.47 | 0 | 0.51 | 0.16 | 115.05 | 0.56 | 0.62 |
| Hex | 71 | D5 | 68 | 2F | 0 | 33 | 10 | 73 | 38 | 3E |
| Octal | 161 | 325 | 150 | 57 | 0 | 63 | 20 | 163 | 70 | 76 |
| Binary | 1110001 | 11010101 | 1101000 | 101111 | 0 | 110011 | 10000 | 1110011 | 111000 | 111110 |
Color Harmonies of #71D568
Complementary color
Monochromatic Colors of #71D568
Black with #71D568
Text Example
Text Example
White with #71D568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71D568; }
p { color: rgb(113,213,104); }
H1.HeaderClassName
{
color: #71D568;
}
.AnyTagClassName
{
color: #71D568;
}
</style>
background-color css
<style>
a { background-color: #71D568; }
a { background-color: rgb(113,213,104); }
div.DivClassName
{
background-color: #71D568;
}
.BgClassName
{
background-color: #71D568;
}
</style>
border-color css
<style>
span { border-color: #71D568; }
span { border-color: rgb(113,213,104); }
td.TdClassName
{
border-color: #71D568;
}
.TagClassName
{
border-color: #71D568;
}
</style>