Shades of Light Green #71FA8D
Tints of Light Green #71FA8D
RGB
CMYK
RGB Variations
Color information
#71FA8D (or 0x71FA8D) is known color: Light Green. HEX triplet: 71, FA and 8D. RGB value is (113,250,141). Sum of RGB (Red+Green+Blue) = 113+250+141=504 (66% of max value = 765). Red value is 113 (44.53% from 255 or 22.42% from 504); Green value is 250 (98.05% from 255 or 49.60% from 504); Blue value is 141 (55.47% from 255 or 27.98% from 504); Max value from RGB is 250 - color contains mainly: green. Hex color #71FA8D is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #71FA8D is #8E0572. Grayscale: #C4C4C4. Windows color (decimal): -9307507 or 9304689. OLE color: 9304689.
HSL color Cylindrical-coordinate representation of color #71FA8D: hue angle of 132.26º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #71FA8D is Cyan = 0.55, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 113 | 250 | 141 | - |
| CMYK | 0.55 | 0 | 0.44 | 0.02 |
| HSL | 132.26º | 0.93% | 0.71% | - |
| HSV(B) | 132.26º | 0.55% | 0.98% | - |
| XYZ | 45.8 | 73.81 | 37.03 | - |
| YUV | 196.61 | 96.61 | 68.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 250 | 141 | 0.55 | 0 | 0.44 | 0.02 | 132.26 | 0.93 | 0.71 |
| Hex | 71 | FA | 8D | 37 | 0 | 2C | 2 | 84 | 5D | 47 |
| Octal | 161 | 372 | 215 | 67 | 0 | 54 | 2 | 204 | 135 | 107 |
| Binary | 1110001 | 11111010 | 10001101 | 110111 | 0 | 101100 | 10 | 10000100 | 1011101 | 1000111 |
Color Harmonies of #71FA8D
Complementary color
Monochromatic Colors of #71FA8D
Black with #71FA8D
Text Example
Text Example
White with #71FA8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71FA8D; }
p { color: rgb(113,250,141); }
H1.HeaderClassName
{
color: #71FA8D;
}
.AnyTagClassName
{
color: #71FA8D;
}
</style>
background-color css
<style>
a { background-color: #71FA8D; }
a { background-color: rgb(113,250,141); }
div.DivClassName
{
background-color: #71FA8D;
}
.BgClassName
{
background-color: #71FA8D;
}
</style>
border-color css
<style>
span { border-color: #71FA8D; }
span { border-color: rgb(113,250,141); }
td.TdClassName
{
border-color: #71FA8D;
}
.TagClassName
{
border-color: #71FA8D;
}
</style>