Shades of Bright Green #71FB16
Tints of Bright Green #71FB16
RGB
CMYK
RGB Variations
Color information
#71FB16 (or 0x71FB16) is known color: Bright Green. HEX triplet: 71, FB and 16. RGB value is (113,251,22). Sum of RGB (Red+Green+Blue) = 113+251+22=386 (51% of max value = 765). Red value is 113 (44.53% from 255 or 29.27% from 386); Green value is 251 (98.44% from 255 or 65.03% from 386); Blue value is 22 (8.98% from 255 or 5.70% from 386); Max value from RGB is 251 - color contains mainly: green. Hex color #71FB16 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #71FB16 is #8E04E9. Grayscale: #B8B8B8. Windows color (decimal): -9307370 or 1506161. OLE color: 1506161.
HSL color Cylindrical-coordinate representation of color #71FB16: hue angle of 96.16º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #71FB16 is Cyan = 0.55, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 113 | 251 | 22 | - |
| CMYK | 0.55 | 0 | 0.91 | 0.02 |
| HSL | 96.16º | 0.97% | 0.54% | - |
| HSV(B) | 96.16º | 0.91% | 0.98% | - |
| XYZ | 41.45 | 72.56 | 12.58 | - |
| YUV | 183.63 | 36.78 | 77.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 251 | 22 | 0.55 | 0 | 0.91 | 0.02 | 96.16 | 0.97 | 0.54 |
| Hex | 71 | FB | 16 | 37 | 0 | 5B | 2 | 60 | 61 | 36 |
| Octal | 161 | 373 | 26 | 67 | 0 | 133 | 2 | 140 | 141 | 66 |
| Binary | 1110001 | 11111011 | 10110 | 110111 | 0 | 1011011 | 10 | 1100000 | 1100001 | 110110 |
Color Harmonies of #71FB16
Complementary color
Monochromatic Colors of #71FB16
Black with #71FB16
Text Example
Text Example
White with #71FB16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71FB16; }
p { color: rgb(113,251,22); }
H1.HeaderClassName
{
color: #71FB16;
}
.AnyTagClassName
{
color: #71FB16;
}
</style>
background-color css
<style>
a { background-color: #71FB16; }
a { background-color: rgb(113,251,22); }
div.DivClassName
{
background-color: #71FB16;
}
.BgClassName
{
background-color: #71FB16;
}
</style>
border-color css
<style>
span { border-color: #71FB16; }
span { border-color: rgb(113,251,22); }
td.TdClassName
{
border-color: #71FB16;
}
.TagClassName
{
border-color: #71FB16;
}
</style>