Shades of Light Green #71FF8B
Tints of Light Green #71FF8B
RGB
CMYK
RGB Variations
Color information
#71FF8B (or 0x71FF8B) is known color: Light Green. HEX triplet: 71, FF and 8B. RGB value is (113,255,139). Sum of RGB (Red+Green+Blue) = 113+255+139=507 (67% of max value = 765). Red value is 113 (44.53% from 255 or 22.29% from 507); Green value is 255 (100% from 255 or 50.30% from 507); Blue value is 139 (54.69% from 255 or 27.42% from 507); Max value from RGB is 255 - color contains mainly: green. Hex color #71FF8B is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #71FF8B is #8E0074. Grayscale: #C7C7C7. Windows color (decimal): -9306229 or 9174897. OLE color: 9174897.
HSL color Cylindrical-coordinate representation of color #71FF8B: hue angle of 130.99º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #71FF8B is Cyan = 0.56, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 113 | 255 | 139 | - |
| CMYK | 0.56 | 0 | 0.45 | 0 |
| HSL | 130.99º | 1% | 0.72% | - |
| HSV(B) | 130.99º | 0.56% | 1% | - |
| XYZ | 47.23 | 76.89 | 36.78 | - |
| YUV | 199.32 | 93.96 | 66.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 255 | 139 | 0.56 | 0 | 0.45 | 0 | 130.99 | 1 | 0.72 |
| Hex | 71 | FF | 8B | 38 | 0 | 2D | 0 | 83 | 64 | 48 |
| Octal | 161 | 377 | 213 | 70 | 0 | 55 | 0 | 203 | 144 | 110 |
| Binary | 1110001 | 11111111 | 10001011 | 111000 | 0 | 101101 | 0 | 10000011 | 1100100 | 1001000 |
Color Harmonies of #71FF8B
Complementary color
Monochromatic Colors of #71FF8B
Black with #71FF8B
Text Example
Text Example
White with #71FF8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71FF8B; }
p { color: rgb(113,255,139); }
H1.HeaderClassName
{
color: #71FF8B;
}
.AnyTagClassName
{
color: #71FF8B;
}
</style>
background-color css
<style>
a { background-color: #71FF8B; }
a { background-color: rgb(113,255,139); }
div.DivClassName
{
background-color: #71FF8B;
}
.BgClassName
{
background-color: #71FF8B;
}
</style>
border-color css
<style>
span { border-color: #71FF8B; }
span { border-color: rgb(113,255,139); }
td.TdClassName
{
border-color: #71FF8B;
}
.TagClassName
{
border-color: #71FF8B;
}
</style>