Shades of Bright Green #71FE0B
Tints of Bright Green #71FE0B
RGB
CMYK
RGB Variations
Color information
#71FE0B (or 0x71FE0B) is known color: Bright Green. HEX triplet: 71, FE and 0B. RGB value is (113,254,11). Sum of RGB (Red+Green+Blue) = 113+254+11=378 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.89% from 378); Green value is 254 (99.61% from 255 or 67.20% from 378); Blue value is 11 (4.69% from 255 or 2.91% from 378); Max value from RGB is 254 - color contains mainly: green. Hex color #71FE0B is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #71FE0B is #8E01F4. Grayscale: #B8B8B8. Windows color (decimal): -9306613 or 786033. OLE color: 786033.
HSL color Cylindrical-coordinate representation of color #71FE0B: hue angle of 94.81º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #71FE0B is Cyan = 0.56, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 113 | 254 | 11 | - |
| CMYK | 0.56 | 0 | 0.96 | 0.00 |
| HSL | 94.81º | 0.99% | 0.52% | - |
| HSV(B) | 94.81º | 0.96% | 1% | - |
| XYZ | 42.31 | 74.42 | 12.45 | - |
| YUV | 184.14 | 30.29 | 77.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 254 | 11 | 0.56 | 0 | 0.96 | 0.00 | 94.81 | 0.99 | 0.52 |
| Hex | 71 | FE | B | 38 | 0 | 60 | 0 | 5F | 63 | 34 |
| Octal | 161 | 376 | 13 | 70 | 0 | 140 | 0 | 137 | 143 | 64 |
| Binary | 1110001 | 11111110 | 1011 | 111000 | 0 | 1100000 | 0 | 1011111 | 1100011 | 110100 |
Color Harmonies of #71FE0B
Complementary color
Monochromatic Colors of #71FE0B
Black with #71FE0B
Text Example
Text Example
White with #71FE0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71FE0B; }
p { color: rgb(113,254,11); }
H1.HeaderClassName
{
color: #71FE0B;
}
.AnyTagClassName
{
color: #71FE0B;
}
</style>
background-color css
<style>
a { background-color: #71FE0B; }
a { background-color: rgb(113,254,11); }
div.DivClassName
{
background-color: #71FE0B;
}
.BgClassName
{
background-color: #71FE0B;
}
</style>
border-color css
<style>
span { border-color: #71FE0B; }
span { border-color: rgb(113,254,11); }
td.TdClassName
{
border-color: #71FE0B;
}
.TagClassName
{
border-color: #71FE0B;
}
</style>