Shades of Light Green #71FA8C
Tints of Light Green #71FA8C
RGB
CMYK
RGB Variations
Color information
#71FA8C (or 0x71FA8C) is known color: Light Green. HEX triplet: 71, FA and 8C. RGB value is (113,250,140). Sum of RGB (Red+Green+Blue) = 113+250+140=503 (66% of max value = 765). Red value is 113 (44.53% from 255 or 22.47% from 503); Green value is 250 (98.05% from 255 or 49.70% from 503); Blue value is 140 (55.08% from 255 or 27.83% from 503); Max value from RGB is 250 - color contains mainly: green. Hex color #71FA8C is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #71FA8C is #8E0573. Grayscale: #C4C4C4. Windows color (decimal): -9307508 or 9239153. OLE color: 9239153.
HSL color Cylindrical-coordinate representation of color #71FA8C: hue angle of 131.82º 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 #71FA8C is Cyan = 0.55, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 113 | 250 | 140 | - |
| CMYK | 0.55 | 0 | 0.44 | 0.02 |
| HSL | 131.82º | 0.93% | 0.71% | - |
| HSV(B) | 131.82º | 0.55% | 0.98% | - |
| XYZ | 45.73 | 73.78 | 36.64 | - |
| YUV | 196.5 | 96.11 | 68.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 250 | 140 | 0.55 | 0 | 0.44 | 0.02 | 131.82 | 0.93 | 0.71 |
| Hex | 71 | FA | 8C | 37 | 0 | 2C | 2 | 84 | 5D | 47 |
| Octal | 161 | 372 | 214 | 67 | 0 | 54 | 2 | 204 | 135 | 107 |
| Binary | 1110001 | 11111010 | 10001100 | 110111 | 0 | 101100 | 10 | 10000100 | 1011101 | 1000111 |
Color Harmonies of #71FA8C
Complementary color
Monochromatic Colors of #71FA8C
Black with #71FA8C
Text Example
Text Example
White with #71FA8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71FA8C; }
p { color: rgb(113,250,140); }
H1.HeaderClassName
{
color: #71FA8C;
}
.AnyTagClassName
{
color: #71FA8C;
}
</style>
background-color css
<style>
a { background-color: #71FA8C; }
a { background-color: rgb(113,250,140); }
div.DivClassName
{
background-color: #71FA8C;
}
.BgClassName
{
background-color: #71FA8C;
}
</style>
border-color css
<style>
span { border-color: #71FA8C; }
span { border-color: rgb(113,250,140); }
td.TdClassName
{
border-color: #71FA8C;
}
.TagClassName
{
border-color: #71FA8C;
}
</style>