Shades of Bright Green #71FE04
Tints of Bright Green #71FE04
RGB
CMYK
RGB Variations
Color information
#71FE04 (or 0x71FE04) is known color: Bright Green. HEX triplet: 71, FE and 04. RGB value is (113,254,4). Sum of RGB (Red+Green+Blue) = 113+254+4=371 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.46% from 371); Green value is 254 (99.61% from 255 or 68.46% from 371); Blue value is 4 (1.95% from 255 or 1.08% from 371); Max value from RGB is 254 - color contains mainly: green. Hex color #71FE04 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #71FE04 is #8E01FB. Grayscale: #B8B8B8. Windows color (decimal): -9306620 or 327281. OLE color: 327281.
HSL color Cylindrical-coordinate representation of color #71FE04: hue angle of 93.84º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #71FE04 is Cyan = 0.56, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 113 | 254 | 4 | - |
| CMYK | 0.56 | 0 | 0.98 | 0.00 |
| HSL | 93.84º | 0.99% | 0.51% | - |
| HSV(B) | 93.84º | 0.98% | 1% | - |
| XYZ | 42.27 | 74.4 | 12.25 | - |
| YUV | 183.34 | 26.79 | 77.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 254 | 4 | 0.56 | 0 | 0.98 | 0.00 | 93.84 | 0.99 | 0.51 |
| Hex | 71 | FE | 4 | 38 | 0 | 62 | 0 | 5E | 63 | 33 |
| Octal | 161 | 376 | 4 | 70 | 0 | 142 | 0 | 136 | 143 | 63 |
| Binary | 1110001 | 11111110 | 100 | 111000 | 0 | 1100010 | 0 | 1011110 | 1100011 | 110011 |
Color Harmonies of #71FE04
Complementary color
Monochromatic Colors of #71FE04
Black with #71FE04
Text Example
Text Example
White with #71FE04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71FE04; }
p { color: rgb(113,254,4); }
H1.HeaderClassName
{
color: #71FE04;
}
.AnyTagClassName
{
color: #71FE04;
}
</style>
background-color css
<style>
a { background-color: #71FE04; }
a { background-color: rgb(113,254,4); }
div.DivClassName
{
background-color: #71FE04;
}
.BgClassName
{
background-color: #71FE04;
}
</style>
border-color css
<style>
span { border-color: #71FE04; }
span { border-color: rgb(113,254,4); }
td.TdClassName
{
border-color: #71FE04;
}
.TagClassName
{
border-color: #71FE04;
}
</style>