Shades of Light Green #71FDA0
Tints of Light Green #71FDA0
RGB
CMYK
RGB Variations
Color information
#71FDA0 (or 0x71FDA0) is known color: Light Green. HEX triplet: 71, FD and A0. RGB value is (113,253,160). Sum of RGB (Red+Green+Blue) = 113+253+160=526 (69% of max value = 765). Red value is 113 (44.53% from 255 or 21.48% from 526); Green value is 253 (99.22% from 255 or 48.10% from 526); Blue value is 160 (62.89% from 255 or 30.42% from 526); Max value from RGB is 253 - color contains mainly: green. Hex color #71FDA0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #71FDA0 is #8E025F. Grayscale: #C8C8C8. Windows color (decimal): -9306720 or 10550641. OLE color: 10550641.
HSL color Cylindrical-coordinate representation of color #71FDA0: hue angle of 140.14º degrees, saturation: 0.97, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #71FDA0 is Cyan = 0.55, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 113 | 253 | 160 | - |
| CMYK | 0.55 | 0 | 0.37 | 0.01 |
| HSL | 140.14º | 0.97% | 0.72% | - |
| HSV(B) | 140.14º | 0.55% | 0.99% | - |
| XYZ | 48.28 | 76.3 | 45.44 | - |
| YUV | 200.54 | 105.12 | 65.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 253 | 160 | 0.55 | 0 | 0.37 | 0.01 | 140.14 | 0.97 | 0.72 |
| Hex | 71 | FD | A0 | 37 | 0 | 25 | 1 | 8C | 61 | 48 |
| Octal | 161 | 375 | 240 | 67 | 0 | 45 | 1 | 214 | 141 | 110 |
| Binary | 1110001 | 11111101 | 10100000 | 110111 | 0 | 100101 | 1 | 10001100 | 1100001 | 1001000 |
Color Harmonies of #71FDA0
Complementary color
Monochromatic Colors of #71FDA0
Black with #71FDA0
Text Example
Text Example
White with #71FDA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71FDA0; }
p { color: rgb(113,253,160); }
H1.HeaderClassName
{
color: #71FDA0;
}
.AnyTagClassName
{
color: #71FDA0;
}
</style>
background-color css
<style>
a { background-color: #71FDA0; }
a { background-color: rgb(113,253,160); }
div.DivClassName
{
background-color: #71FDA0;
}
.BgClassName
{
background-color: #71FDA0;
}
</style>
border-color css
<style>
span { border-color: #71FDA0; }
span { border-color: rgb(113,253,160); }
td.TdClassName
{
border-color: #71FDA0;
}
.TagClassName
{
border-color: #71FDA0;
}
</style>