Shades of Bright Green #71F432
Tints of Bright Green #71F432
RGB
CMYK
RGB Variations
Color information
#71F432 (or 0x71F432) is known color: Bright Green. HEX triplet: 71, F4 and 32. RGB value is (113,244,50). Sum of RGB (Red+Green+Blue) = 113+244+50=407 (53% of max value = 765). Red value is 113 (44.53% from 255 or 27.76% from 407); Green value is 244 (95.70% from 255 or 59.95% from 407); Blue value is 50 (19.92% from 255 or 12.29% from 407); Max value from RGB is 244 - color contains mainly: green. Hex color #71F432 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #71F432 is #8E0BCD. Grayscale: #B7B7B7. Windows color (decimal): -9309134 or 3339377. OLE color: 3339377.
HSL color Cylindrical-coordinate representation of color #71F432: hue angle of 100.52º degrees, saturation: 0.9, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #71F432 is Cyan = 0.54, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 113 | 244 | 50 | - |
| CMYK | 0.54 | 0 | 0.80 | 0.04 |
| HSL | 100.52º | 0.9% | 0.58% | - |
| HSV(B) | 100.52º | 0.8% | 0.96% | - |
| XYZ | 39.74 | 68.44 | 14.13 | - |
| YUV | 182.72 | 53.1 | 78.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 244 | 50 | 0.54 | 0 | 0.80 | 0.04 | 100.52 | 0.9 | 0.58 |
| Hex | 71 | F4 | 32 | 36 | 0 | 50 | 4 | 65 | 5A | 3A |
| Octal | 161 | 364 | 62 | 66 | 0 | 120 | 4 | 145 | 132 | 72 |
| Binary | 1110001 | 11110100 | 110010 | 110110 | 0 | 1010000 | 100 | 1100101 | 1011010 | 111010 |
Color Harmonies of #71F432
Complementary color
Monochromatic Colors of #71F432
Black with #71F432
Text Example
Text Example
White with #71F432
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71F432; }
p { color: rgb(113,244,50); }
H1.HeaderClassName
{
color: #71F432;
}
.AnyTagClassName
{
color: #71F432;
}
</style>
background-color css
<style>
a { background-color: #71F432; }
a { background-color: rgb(113,244,50); }
div.DivClassName
{
background-color: #71F432;
}
.BgClassName
{
background-color: #71F432;
}
</style>
border-color css
<style>
span { border-color: #71F432; }
span { border-color: rgb(113,244,50); }
td.TdClassName
{
border-color: #71F432;
}
.TagClassName
{
border-color: #71F432;
}
</style>