Shades of Pastel Green #71D067
Tints of Pastel Green #71D067
RGB
CMYK
RGB Variations
Color information
#71D067 (or 0x71D067) is known color: Pastel Green. HEX triplet: 71, D0 and 67. RGB value is (113,208,103). Sum of RGB (Red+Green+Blue) = 113+208+103=424 (56% of max value = 765). Red value is 113 (44.53% from 255 or 26.65% from 424); Green value is 208 (81.64% from 255 or 49.06% from 424); Blue value is 103 (40.62% from 255 or 24.29% from 424); Max value from RGB is 208 - color contains mainly: green. Hex color #71D067 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71D067 is #8E2F98. Grayscale: #A7A7A7. Windows color (decimal): -9318297 or 6803569. OLE color: 6803569.
HSL color Cylindrical-coordinate representation of color #71D067: hue angle of 114.29º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #71D067 is Cyan = 0.46, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 113 | 208 | 103 | - |
| CMYK | 0.46 | 0 | 0.50 | 0.18 |
| HSL | 114.29º | 0.53% | 0.61% | - |
| HSV(B) | 114.29º | 0.5% | 0.82% | - |
| XYZ | 31.81 | 49.6 | 20.73 | - |
| YUV | 167.63 | 91.53 | 89.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 208 | 103 | 0.46 | 0 | 0.50 | 0.18 | 114.29 | 0.53 | 0.61 |
| Hex | 71 | D0 | 67 | 2E | 0 | 32 | 12 | 72 | 35 | 3D |
| Octal | 161 | 320 | 147 | 56 | 0 | 62 | 22 | 162 | 65 | 75 |
| Binary | 1110001 | 11010000 | 1100111 | 101110 | 0 | 110010 | 10010 | 1110010 | 110101 | 111101 |
Color Harmonies of #71D067
Complementary color
Monochromatic Colors of #71D067
Black with #71D067
Text Example
Text Example
White with #71D067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71D067; }
p { color: rgb(113,208,103); }
H1.HeaderClassName
{
color: #71D067;
}
.AnyTagClassName
{
color: #71D067;
}
</style>
background-color css
<style>
a { background-color: #71D067; }
a { background-color: rgb(113,208,103); }
div.DivClassName
{
background-color: #71D067;
}
.BgClassName
{
background-color: #71D067;
}
</style>
border-color css
<style>
span { border-color: #71D067; }
span { border-color: rgb(113,208,103); }
td.TdClassName
{
border-color: #71D067;
}
.TagClassName
{
border-color: #71D067;
}
</style>