Shades of Pastel Green #71D069
Tints of Pastel Green #71D069
RGB
CMYK
RGB Variations
Color information
#71D069 (or 0x71D069) is known color: Pastel Green. HEX triplet: 71, D0 and 69. RGB value is (113,208,105). Sum of RGB (Red+Green+Blue) = 113+208+105=426 (56% of max value = 765). Red value is 113 (44.53% from 255 or 26.53% from 426); Green value is 208 (81.64% from 255 or 48.83% from 426); Blue value is 105 (41.41% from 255 or 24.65% from 426); Max value from RGB is 208 - color contains mainly: green. Hex color #71D069 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71D069 is #8E2F96. Grayscale: #A8A8A8. Windows color (decimal): -9318295 or 6934641. OLE color: 6934641.
HSL color Cylindrical-coordinate representation of color #71D069: hue angle of 115.34º degrees, saturation: 0.52, 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 #71D069 is Cyan = 0.46, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 113 | 208 | 105 | - |
| CMYK | 0.46 | 0 | 0.50 | 0.18 |
| HSL | 115.34º | 0.52% | 0.61% | - |
| HSV(B) | 115.34º | 0.5% | 0.82% | - |
| XYZ | 31.92 | 49.64 | 21.26 | - |
| YUV | 167.85 | 92.53 | 88.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 208 | 105 | 0.46 | 0 | 0.50 | 0.18 | 115.34 | 0.52 | 0.61 |
| Hex | 71 | D0 | 69 | 2E | 0 | 32 | 12 | 73 | 34 | 3D |
| Octal | 161 | 320 | 151 | 56 | 0 | 62 | 22 | 163 | 64 | 75 |
| Binary | 1110001 | 11010000 | 1101001 | 101110 | 0 | 110010 | 10010 | 1110011 | 110100 | 111101 |
Color Harmonies of #71D069
Complementary color
Monochromatic Colors of #71D069
Black with #71D069
Text Example
Text Example
White with #71D069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71D069; }
p { color: rgb(113,208,105); }
H1.HeaderClassName
{
color: #71D069;
}
.AnyTagClassName
{
color: #71D069;
}
</style>
background-color css
<style>
a { background-color: #71D069; }
a { background-color: rgb(113,208,105); }
div.DivClassName
{
background-color: #71D069;
}
.BgClassName
{
background-color: #71D069;
}
</style>
border-color css
<style>
span { border-color: #71D069; }
span { border-color: rgb(113,208,105); }
td.TdClassName
{
border-color: #71D069;
}
.TagClassName
{
border-color: #71D069;
}
</style>