Shades of Light Green #71FA8B
Tints of Light Green #71FA8B
RGB
CMYK
RGB Variations
Color information
#71FA8B (or 0x71FA8B) is known color: Light Green. HEX triplet: 71, FA and 8B. RGB value is (113,250,139). Sum of RGB (Red+Green+Blue) = 113+250+139=502 (66% of max value = 765). Red value is 113 (44.53% from 255 or 22.51% from 502); Green value is 250 (98.05% from 255 or 49.80% from 502); Blue value is 139 (54.69% from 255 or 27.69% from 502); Max value from RGB is 250 - color contains mainly: green. Hex color #71FA8B is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #71FA8B is #8E0574. Grayscale: #C4C4C4. Windows color (decimal): -9307509 or 9173617. OLE color: 9173617.
HSL color Cylindrical-coordinate representation of color #71FA8B: hue angle of 131.39º 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 #71FA8B is Cyan = 0.55, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 113 | 250 | 139 | - |
| CMYK | 0.55 | 0 | 0.44 | 0.02 |
| HSL | 131.39º | 0.93% | 0.71% | - |
| HSV(B) | 131.39º | 0.55% | 0.98% | - |
| XYZ | 45.66 | 73.75 | 36.25 | - |
| YUV | 196.38 | 95.61 | 68.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 250 | 139 | 0.55 | 0 | 0.44 | 0.02 | 131.39 | 0.93 | 0.71 |
| Hex | 71 | FA | 8B | 37 | 0 | 2C | 2 | 83 | 5D | 47 |
| Octal | 161 | 372 | 213 | 67 | 0 | 54 | 2 | 203 | 135 | 107 |
| Binary | 1110001 | 11111010 | 10001011 | 110111 | 0 | 101100 | 10 | 10000011 | 1011101 | 1000111 |
Color Harmonies of #71FA8B
Complementary color
Monochromatic Colors of #71FA8B
Black with #71FA8B
Text Example
Text Example
White with #71FA8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71FA8B; }
p { color: rgb(113,250,139); }
H1.HeaderClassName
{
color: #71FA8B;
}
.AnyTagClassName
{
color: #71FA8B;
}
</style>
background-color css
<style>
a { background-color: #71FA8B; }
a { background-color: rgb(113,250,139); }
div.DivClassName
{
background-color: #71FA8B;
}
.BgClassName
{
background-color: #71FA8B;
}
</style>
border-color css
<style>
span { border-color: #71FA8B; }
span { border-color: rgb(113,250,139); }
td.TdClassName
{
border-color: #71FA8B;
}
.TagClassName
{
border-color: #71FA8B;
}
</style>