Shades of Bright Green #71F712
Tints of Bright Green #71F712
RGB
CMYK
RGB Variations
Color information
#71F712 (or 0x71F712) is known color: Bright Green. HEX triplet: 71, F7 and 12. RGB value is (113,247,18). Sum of RGB (Red+Green+Blue) = 113+247+18=378 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.89% from 378); Green value is 247 (96.88% from 255 or 65.34% from 378); Blue value is 18 (7.42% from 255 or 4.76% from 378); Max value from RGB is 247 - color contains mainly: green. Hex color #71F712 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #71F712 is #8E08ED. Grayscale: #B5B5B5. Windows color (decimal): -9308398 or 1242993. OLE color: 1242993.
HSL color Cylindrical-coordinate representation of color #71F712: hue angle of 95.11º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #71F712 is Cyan = 0.54, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 113 | 247 | 18 | - |
| CMYK | 0.54 | 0 | 0.93 | 0.03 |
| HSL | 95.11º | 0.93% | 0.52% | - |
| HSV(B) | 95.11º | 0.93% | 0.97% | - |
| XYZ | 40.18 | 70.08 | 11.98 | - |
| YUV | 180.83 | 36.11 | 79.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 247 | 18 | 0.54 | 0 | 0.93 | 0.03 | 95.11 | 0.93 | 0.52 |
| Hex | 71 | F7 | 12 | 36 | 0 | 5D | 3 | 5F | 5D | 34 |
| Octal | 161 | 367 | 22 | 66 | 0 | 135 | 3 | 137 | 135 | 64 |
| Binary | 1110001 | 11110111 | 10010 | 110110 | 0 | 1011101 | 11 | 1011111 | 1011101 | 110100 |
Color Harmonies of #71F712
Complementary color
Monochromatic Colors of #71F712
Black with #71F712
Text Example
Text Example
White with #71F712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71F712; }
p { color: rgb(113,247,18); }
H1.HeaderClassName
{
color: #71F712;
}
.AnyTagClassName
{
color: #71F712;
}
</style>
background-color css
<style>
a { background-color: #71F712; }
a { background-color: rgb(113,247,18); }
div.DivClassName
{
background-color: #71F712;
}
.BgClassName
{
background-color: #71F712;
}
</style>
border-color css
<style>
span { border-color: #71F712; }
span { border-color: rgb(113,247,18); }
td.TdClassName
{
border-color: #71F712;
}
.TagClassName
{
border-color: #71F712;
}
</style>