Shades of Bright Green #71FE00
Tints of Bright Green #71FE00
RGB
CMYK
RGB Variations
Color information
#71FE00 (or 0x71FE00) is known color: Bright Green. HEX triplet: 71, FE and 00. RGB value is (113,254,0). Sum of RGB (Red+Green+Blue) = 113+254+0=367 (48% of max value = 765). Red value is 113 (44.53% from 255 or 30.79% from 367); Green value is 254 (99.61% from 255 or 69.21% from 367); Blue value is 0 (0.39% from 255 or 0% from 367); Max value from RGB is 254 - color contains mainly: green. Hex color #71FE00 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #71FE00 is #8E01FF. Grayscale: #B7B7B7. Windows color (decimal): -9306624 or 65137. OLE color: 65137.
HSL color Cylindrical-coordinate representation of color #71FE00: hue angle of 93.31º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #71FE00 is Cyan = 0.56, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 113 | 254 | 0 | - |
| CMYK | 0.56 | 0 | 1 | 0.00 |
| HSL | 93.31º | 1% | 0.5% | - |
| HSV(B) | 93.31º | 1% | 1% | - |
| XYZ | 42.25 | 74.39 | 12.13 | - |
| YUV | 182.89 | 24.79 | 78.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 254 | 0 | 0.56 | 0 | 1 | 0.00 | 93.31 | 1 | 0.5 |
| Hex | 71 | FE | 0 | 38 | 0 | 64 | 0 | 5D | 64 | 32 |
| Octal | 161 | 376 | 0 | 70 | 0 | 144 | 0 | 135 | 144 | 62 |
| Binary | 1110001 | 11111110 | 0 | 111000 | 0 | 1100100 | 0 | 1011101 | 1100100 | 110010 |
Color Harmonies of #71FE00
Complementary color
Monochromatic Colors of #71FE00
Black with #71FE00
Text Example
Text Example
White with #71FE00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71FE00; }
p { color: rgb(113,254,0); }
H1.HeaderClassName
{
color: #71FE00;
}
.AnyTagClassName
{
color: #71FE00;
}
</style>
background-color css
<style>
a { background-color: #71FE00; }
a { background-color: rgb(113,254,0); }
div.DivClassName
{
background-color: #71FE00;
}
.BgClassName
{
background-color: #71FE00;
}
</style>
border-color css
<style>
span { border-color: #71FE00; }
span { border-color: rgb(113,254,0); }
td.TdClassName
{
border-color: #71FE00;
}
.TagClassName
{
border-color: #71FE00;
}
</style>