Shades of Light Green #71FBA1
Tints of Light Green #71FBA1
RGB
CMYK
RGB Variations
Color information
#71FBA1 (or 0x71FBA1) is known color: Light Green. HEX triplet: 71, FB and A1. RGB value is (113,251,161). Sum of RGB (Red+Green+Blue) = 113+251+161=525 (69% of max value = 765). Red value is 113 (44.53% from 255 or 21.52% from 525); Green value is 251 (98.44% from 255 or 47.81% from 525); Blue value is 161 (63.28% from 255 or 30.67% from 525); Max value from RGB is 251 - color contains mainly: green. Hex color #71FBA1 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #71FBA1 is #8E045E. Grayscale: #C7C7C7. Windows color (decimal): -9307231 or 10615665. OLE color: 10615665.
HSL color Cylindrical-coordinate representation of color #71FBA1: hue angle of 140.87º degrees, saturation: 0.95, 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 #71FBA1 is Cyan = 0.55, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 113 | 251 | 161 | - |
| CMYK | 0.55 | 0 | 0.36 | 0.02 |
| HSL | 140.87º | 0.95% | 0.71% | - |
| HSV(B) | 140.87º | 0.55% | 0.98% | - |
| XYZ | 47.74 | 75.08 | 45.69 | - |
| YUV | 199.48 | 106.28 | 66.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 251 | 161 | 0.55 | 0 | 0.36 | 0.02 | 140.87 | 0.95 | 0.71 |
| Hex | 71 | FB | A1 | 37 | 0 | 24 | 2 | 8D | 5F | 47 |
| Octal | 161 | 373 | 241 | 67 | 0 | 44 | 2 | 215 | 137 | 107 |
| Binary | 1110001 | 11111011 | 10100001 | 110111 | 0 | 100100 | 10 | 10001101 | 1011111 | 1000111 |
Color Harmonies of #71FBA1
Complementary color
Monochromatic Colors of #71FBA1
Black with #71FBA1
Text Example
Text Example
White with #71FBA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71FBA1; }
p { color: rgb(113,251,161); }
H1.HeaderClassName
{
color: #71FBA1;
}
.AnyTagClassName
{
color: #71FBA1;
}
</style>
background-color css
<style>
a { background-color: #71FBA1; }
a { background-color: rgb(113,251,161); }
div.DivClassName
{
background-color: #71FBA1;
}
.BgClassName
{
background-color: #71FBA1;
}
</style>
border-color css
<style>
span { border-color: #71FBA1; }
span { border-color: rgb(113,251,161); }
td.TdClassName
{
border-color: #71FBA1;
}
.TagClassName
{
border-color: #71FBA1;
}
</style>