Shades of Bright Green #71F136
Tints of Bright Green #71F136
RGB
CMYK
RGB Variations
Color information
#71F136 (or 0x71F136) is known color: Bright Green. HEX triplet: 71, F1 and 36. RGB value is (113,241,54). Sum of RGB (Red+Green+Blue) = 113+241+54=408 (54% of max value = 765). Red value is 113 (44.53% from 255 or 27.70% from 408); Green value is 241 (94.53% from 255 or 59.07% from 408); Blue value is 54 (21.48% from 255 or 13.24% from 408); Max value from RGB is 241 - color contains mainly: green. Hex color #71F136 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #71F136 is #8E0EC9. Grayscale: #B6B6B6. Windows color (decimal): -9309898 or 3600753. OLE color: 3600753.
HSL color Cylindrical-coordinate representation of color #71F136: hue angle of 101.07º degrees, saturation: 0.87, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #71F136 is Cyan = 0.53, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 113 | 241 | 54 | - |
| CMYK | 0.53 | 0 | 0.78 | 0.05 |
| HSL | 101.07º | 0.87% | 0.58% | - |
| HSV(B) | 101.07º | 0.78% | 0.95% | - |
| XYZ | 38.93 | 66.69 | 14.31 | - |
| YUV | 181.41 | 56.09 | 79.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 241 | 54 | 0.53 | 0 | 0.78 | 0.05 | 101.07 | 0.87 | 0.58 |
| Hex | 71 | F1 | 36 | 35 | 0 | 4E | 5 | 65 | 57 | 3A |
| Octal | 161 | 361 | 66 | 65 | 0 | 116 | 5 | 145 | 127 | 72 |
| Binary | 1110001 | 11110001 | 110110 | 110101 | 0 | 1001110 | 101 | 1100101 | 1010111 | 111010 |
Color Harmonies of #71F136
Complementary color
Monochromatic Colors of #71F136
Black with #71F136
Text Example
Text Example
White with #71F136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71F136; }
p { color: rgb(113,241,54); }
H1.HeaderClassName
{
color: #71F136;
}
.AnyTagClassName
{
color: #71F136;
}
</style>
background-color css
<style>
a { background-color: #71F136; }
a { background-color: rgb(113,241,54); }
div.DivClassName
{
background-color: #71F136;
}
.BgClassName
{
background-color: #71F136;
}
</style>
border-color css
<style>
span { border-color: #71F136; }
span { border-color: rgb(113,241,54); }
td.TdClassName
{
border-color: #71F136;
}
.TagClassName
{
border-color: #71F136;
}
</style>