Shades of Bright Green #71FB1D
Tints of Bright Green #71FB1D
RGB
CMYK
RGB Variations
Color information
#71FB1D (or 0x71FB1D) is known color: Bright Green. HEX triplet: 71, FB and 1D. RGB value is (113,251,29). Sum of RGB (Red+Green+Blue) = 113+251+29=393 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.75% from 393); Green value is 251 (98.44% from 255 or 63.87% from 393); Blue value is 29 (11.72% from 255 or 7.38% from 393); Max value from RGB is 251 - color contains mainly: green. Hex color #71FB1D is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #71FB1D is #8E04E2. Grayscale: #B9B9B9. Windows color (decimal): -9307363 or 1964913. OLE color: 1964913.
HSL color Cylindrical-coordinate representation of color #71FB1D: hue angle of 97.3º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #71FB1D is Cyan = 0.55, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 113 | 251 | 29 | - |
| CMYK | 0.55 | 0 | 0.88 | 0.02 |
| HSL | 97.3º | 0.97% | 0.55% | - |
| HSV(B) | 97.3º | 0.88% | 0.98% | - |
| XYZ | 41.53 | 72.59 | 12.99 | - |
| YUV | 184.43 | 40.28 | 77.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 251 | 29 | 0.55 | 0 | 0.88 | 0.02 | 97.3 | 0.97 | 0.55 |
| Hex | 71 | FB | 1D | 37 | 0 | 58 | 2 | 61 | 61 | 37 |
| Octal | 161 | 373 | 35 | 67 | 0 | 130 | 2 | 141 | 141 | 67 |
| Binary | 1110001 | 11111011 | 11101 | 110111 | 0 | 1011000 | 10 | 1100001 | 1100001 | 110111 |
Color Harmonies of #71FB1D
Complementary color
Monochromatic Colors of #71FB1D
Black with #71FB1D
Text Example
Text Example
White with #71FB1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71FB1D; }
p { color: rgb(113,251,29); }
H1.HeaderClassName
{
color: #71FB1D;
}
.AnyTagClassName
{
color: #71FB1D;
}
</style>
background-color css
<style>
a { background-color: #71FB1D; }
a { background-color: rgb(113,251,29); }
div.DivClassName
{
background-color: #71FB1D;
}
.BgClassName
{
background-color: #71FB1D;
}
</style>
border-color css
<style>
span { border-color: #71FB1D; }
span { border-color: rgb(113,251,29); }
td.TdClassName
{
border-color: #71FB1D;
}
.TagClassName
{
border-color: #71FB1D;
}
</style>