Shades of Bright Green #71FB28
Tints of Bright Green #71FB28
RGB
CMYK
RGB Variations
Color information
#71FB28 (or 0x71FB28) is known color: Bright Green. HEX triplet: 71, FB and 28. RGB value is (113,251,40). Sum of RGB (Red+Green+Blue) = 113+251+40=404 (53% of max value = 765). Red value is 113 (44.53% from 255 or 27.97% from 404); Green value is 251 (98.44% from 255 or 62.13% from 404); Blue value is 40 (16.02% from 255 or 9.90% from 404); Max value from RGB is 251 - color contains mainly: green. Hex color #71FB28 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #71FB28 is #8E04D7. Grayscale: #BABABA. Windows color (decimal): -9307352 or 2685809. OLE color: 2685809.
HSL color Cylindrical-coordinate representation of color #71FB28: hue angle of 99.24º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #71FB28 is Cyan = 0.55, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 113 | 251 | 40 | - |
| CMYK | 0.55 | 0 | 0.84 | 0.02 |
| HSL | 99.24º | 0.96% | 0.57% | - |
| HSV(B) | 99.24º | 0.84% | 0.98% | - |
| XYZ | 41.69 | 72.66 | 13.83 | - |
| YUV | 185.68 | 45.78 | 76.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 251 | 40 | 0.55 | 0 | 0.84 | 0.02 | 99.24 | 0.96 | 0.57 |
| Hex | 71 | FB | 28 | 37 | 0 | 54 | 2 | 63 | 60 | 39 |
| Octal | 161 | 373 | 50 | 67 | 0 | 124 | 2 | 143 | 140 | 71 |
| Binary | 1110001 | 11111011 | 101000 | 110111 | 0 | 1010100 | 10 | 1100011 | 1100000 | 111001 |
Color Harmonies of #71FB28
Complementary color
Monochromatic Colors of #71FB28
Black with #71FB28
Text Example
Text Example
White with #71FB28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71FB28; }
p { color: rgb(113,251,40); }
H1.HeaderClassName
{
color: #71FB28;
}
.AnyTagClassName
{
color: #71FB28;
}
</style>
background-color css
<style>
a { background-color: #71FB28; }
a { background-color: rgb(113,251,40); }
div.DivClassName
{
background-color: #71FB28;
}
.BgClassName
{
background-color: #71FB28;
}
</style>
border-color css
<style>
span { border-color: #71FB28; }
span { border-color: rgb(113,251,40); }
td.TdClassName
{
border-color: #71FB28;
}
.TagClassName
{
border-color: #71FB28;
}
</style>