Shades of Bright Green #71F328
Tints of Bright Green #71F328
RGB
CMYK
RGB Variations
Color information
#71F328 (or 0x71F328) is known color: Bright Green. HEX triplet: 71, F3 and 28. RGB value is (113,243,40). Sum of RGB (Red+Green+Blue) = 113+243+40=396 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.54% from 396); Green value is 243 (95.31% from 255 or 61.36% from 396); Blue value is 40 (16.02% from 255 or 10.10% from 396); Max value from RGB is 243 - color contains mainly: green. Hex color #71F328 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #71F328 is #8E0CD7. Grayscale: #B5B5B5. Windows color (decimal): -9309400 or 2683761. OLE color: 2683761.
HSL color Cylindrical-coordinate representation of color #71F328: hue angle of 98.42º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #71F328 is Cyan = 0.53, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 113 | 243 | 40 | - |
| CMYK | 0.53 | 0 | 0.84 | 0.05 |
| HSL | 98.42º | 0.89% | 0.55% | - |
| HSV(B) | 98.42º | 0.84% | 0.95% | - |
| XYZ | 39.24 | 67.77 | 13.02 | - |
| YUV | 180.99 | 48.43 | 79.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 243 | 40 | 0.53 | 0 | 0.84 | 0.05 | 98.42 | 0.89 | 0.55 |
| Hex | 71 | F3 | 28 | 35 | 0 | 54 | 5 | 62 | 59 | 37 |
| Octal | 161 | 363 | 50 | 65 | 0 | 124 | 5 | 142 | 131 | 67 |
| Binary | 1110001 | 11110011 | 101000 | 110101 | 0 | 1010100 | 101 | 1100010 | 1011001 | 110111 |
Color Harmonies of #71F328
Complementary color
Monochromatic Colors of #71F328
Black with #71F328
Text Example
Text Example
White with #71F328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71F328; }
p { color: rgb(113,243,40); }
H1.HeaderClassName
{
color: #71F328;
}
.AnyTagClassName
{
color: #71F328;
}
</style>
background-color css
<style>
a { background-color: #71F328; }
a { background-color: rgb(113,243,40); }
div.DivClassName
{
background-color: #71F328;
}
.BgClassName
{
background-color: #71F328;
}
</style>
border-color css
<style>
span { border-color: #71F328; }
span { border-color: rgb(113,243,40); }
td.TdClassName
{
border-color: #71F328;
}
.TagClassName
{
border-color: #71F328;
}
</style>