Shades of Pastel Green #71F17A
Tints of Pastel Green #71F17A
RGB
CMYK
RGB Variations
Color information
#71F17A (or 0x71F17A) is known color: Pastel Green. HEX triplet: 71, F1 and 7A. RGB value is (113,241,122). Sum of RGB (Red+Green+Blue) = 113+241+122=476 (63% of max value = 765). Red value is 113 (44.53% from 255 or 23.74% from 476); Green value is 241 (94.53% from 255 or 50.63% from 476); Blue value is 122 (48.05% from 255 or 25.63% from 476); Max value from RGB is 241 - color contains mainly: green. Hex color #71F17A is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #71F17A is #8E0E85. Grayscale: #BDBDBD. Windows color (decimal): -9309830 or 8057201. OLE color: 8057201.
HSL color Cylindrical-coordinate representation of color #71F17A: hue angle of 124.22º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #71F17A is Cyan = 0.53, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 113 | 241 | 122 | - |
| CMYK | 0.53 | 0 | 0.49 | 0.05 |
| HSL | 124.22º | 0.82% | 0.69% | - |
| HSV(B) | 124.22º | 0.53% | 0.95% | - |
| XYZ | 41.78 | 67.83 | 29.3 | - |
| YUV | 189.16 | 90.09 | 73.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 241 | 122 | 0.53 | 0 | 0.49 | 0.05 | 124.22 | 0.82 | 0.69 |
| Hex | 71 | F1 | 7A | 35 | 0 | 31 | 5 | 7C | 52 | 45 |
| Octal | 161 | 361 | 172 | 65 | 0 | 61 | 5 | 174 | 122 | 105 |
| Binary | 1110001 | 11110001 | 1111010 | 110101 | 0 | 110001 | 101 | 1111100 | 1010010 | 1000101 |
Color Harmonies of #71F17A
Complementary color
Monochromatic Colors of #71F17A
Black with #71F17A
Text Example
Text Example
White with #71F17A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71F17A; }
p { color: rgb(113,241,122); }
H1.HeaderClassName
{
color: #71F17A;
}
.AnyTagClassName
{
color: #71F17A;
}
</style>
background-color css
<style>
a { background-color: #71F17A; }
a { background-color: rgb(113,241,122); }
div.DivClassName
{
background-color: #71F17A;
}
.BgClassName
{
background-color: #71F17A;
}
</style>
border-color css
<style>
span { border-color: #71F17A; }
span { border-color: rgb(113,241,122); }
td.TdClassName
{
border-color: #71F17A;
}
.TagClassName
{
border-color: #71F17A;
}
</style>