Shades of Bright Green #71FE1D
Tints of Bright Green #71FE1D
RGB
CMYK
RGB Variations
Color information
#71FE1D (or 0x71FE1D) is known color: Bright Green. HEX triplet: 71, FE and 1D. RGB value is (113,254,29). Sum of RGB (Red+Green+Blue) = 113+254+29=396 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.54% from 396); Green value is 254 (99.61% from 255 or 64.14% from 396); Blue value is 29 (11.72% from 255 or 7.32% from 396); Max value from RGB is 254 - color contains mainly: green. Hex color #71FE1D is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #71FE1D is #8E01E2. Grayscale: #BABABA. Windows color (decimal): -9306595 or 1965681. OLE color: 1965681.
HSL color Cylindrical-coordinate representation of color #71FE1D: hue angle of 97.6º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #71FE1D is Cyan = 0.56, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 113 | 254 | 29 | - |
| CMYK | 0.56 | 0 | 0.89 | 0.00 |
| HSL | 97.6º | 0.99% | 0.55% | - |
| HSV(B) | 97.6º | 0.89% | 1% | - |
| XYZ | 42.47 | 74.48 | 13.3 | - |
| YUV | 186.19 | 39.29 | 75.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 254 | 29 | 0.56 | 0 | 0.89 | 0.00 | 97.6 | 0.99 | 0.55 |
| Hex | 71 | FE | 1D | 38 | 0 | 59 | 0 | 62 | 63 | 37 |
| Octal | 161 | 376 | 35 | 70 | 0 | 131 | 0 | 142 | 143 | 67 |
| Binary | 1110001 | 11111110 | 11101 | 111000 | 0 | 1011001 | 0 | 1100010 | 1100011 | 110111 |
Color Harmonies of #71FE1D
Complementary color
Monochromatic Colors of #71FE1D
Black with #71FE1D
Text Example
Text Example
White with #71FE1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71FE1D; }
p { color: rgb(113,254,29); }
H1.HeaderClassName
{
color: #71FE1D;
}
.AnyTagClassName
{
color: #71FE1D;
}
</style>
background-color css
<style>
a { background-color: #71FE1D; }
a { background-color: rgb(113,254,29); }
div.DivClassName
{
background-color: #71FE1D;
}
.BgClassName
{
background-color: #71FE1D;
}
</style>
border-color css
<style>
span { border-color: #71FE1D; }
span { border-color: rgb(113,254,29); }
td.TdClassName
{
border-color: #71FE1D;
}
.TagClassName
{
border-color: #71FE1D;
}
</style>