Shades of Light Green #71FB8A
Tints of Light Green #71FB8A
RGB
CMYK
RGB Variations
Color information
#71FB8A (or 0x71FB8A) is known color: Light Green. HEX triplet: 71, FB and 8A. RGB value is (113,251,138). Sum of RGB (Red+Green+Blue) = 113+251+138=502 (66% of max value = 765). Red value is 113 (44.53% from 255 or 22.51% from 502); Green value is 251 (98.44% from 255 or 50% from 502); Blue value is 138 (54.30% from 255 or 27.49% from 502); Max value from RGB is 251 - color contains mainly: green. Hex color #71FB8A is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #71FB8A is #8E0475. Grayscale: #C5C5C5. Windows color (decimal): -9307254 or 9108337. OLE color: 9108337.
HSL color Cylindrical-coordinate representation of color #71FB8A: hue angle of 130.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 #71FB8A is Cyan = 0.55, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 113 | 251 | 138 | - |
| CMYK | 0.55 | 0 | 0.45 | 0.02 |
| HSL | 130.87º | 0.95% | 0.71% | - |
| HSV(B) | 130.87º | 0.55% | 0.98% | - |
| XYZ | 45.89 | 74.34 | 35.97 | - |
| YUV | 196.86 | 94.78 | 68.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 251 | 138 | 0.55 | 0 | 0.45 | 0.02 | 130.87 | 0.95 | 0.71 |
| Hex | 71 | FB | 8A | 37 | 0 | 2D | 2 | 83 | 5F | 47 |
| Octal | 161 | 373 | 212 | 67 | 0 | 55 | 2 | 203 | 137 | 107 |
| Binary | 1110001 | 11111011 | 10001010 | 110111 | 0 | 101101 | 10 | 10000011 | 1011111 | 1000111 |
Color Harmonies of #71FB8A
Complementary color
Monochromatic Colors of #71FB8A
Black with #71FB8A
Text Example
Text Example
White with #71FB8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71FB8A; }
p { color: rgb(113,251,138); }
H1.HeaderClassName
{
color: #71FB8A;
}
.AnyTagClassName
{
color: #71FB8A;
}
</style>
background-color css
<style>
a { background-color: #71FB8A; }
a { background-color: rgb(113,251,138); }
div.DivClassName
{
background-color: #71FB8A;
}
.BgClassName
{
background-color: #71FB8A;
}
</style>
border-color css
<style>
span { border-color: #71FB8A; }
span { border-color: rgb(113,251,138); }
td.TdClassName
{
border-color: #71FB8A;
}
.TagClassName
{
border-color: #71FB8A;
}
</style>