Shades of Bright Green #71FA1C
Tints of Bright Green #71FA1C
RGB
CMYK
RGB Variations
Color information
#71FA1C (or 0x71FA1C) is known color: Bright Green. HEX triplet: 71, FA and 1C. RGB value is (113,250,28). Sum of RGB (Red+Green+Blue) = 113+250+28=391 (51% of max value = 765). Red value is 113 (44.53% from 255 or 28.90% from 391); Green value is 250 (98.05% from 255 or 63.94% from 391); Blue value is 28 (11.33% from 255 or 7.16% from 391); Max value from RGB is 250 - color contains mainly: green. Hex color #71FA1C is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #71FA1C is #8E05E3. Grayscale: #B8B8B8. Windows color (decimal): -9307620 or 1899121. OLE color: 1899121.
HSL color Cylindrical-coordinate representation of color #71FA1C: hue angle of 97.03º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #71FA1C is Cyan = 0.55, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 113 | 250 | 28 | - |
| CMYK | 0.55 | 0 | 0.89 | 0.02 |
| HSL | 97.03º | 0.96% | 0.55% | - |
| HSV(B) | 97.03º | 0.89% | 0.98% | - |
| XYZ | 41.21 | 71.97 | 12.82 | - |
| YUV | 183.73 | 40.11 | 77.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 250 | 28 | 0.55 | 0 | 0.89 | 0.02 | 97.03 | 0.96 | 0.55 |
| Hex | 71 | FA | 1C | 37 | 0 | 59 | 2 | 61 | 60 | 37 |
| Octal | 161 | 372 | 34 | 67 | 0 | 131 | 2 | 141 | 140 | 67 |
| Binary | 1110001 | 11111010 | 11100 | 110111 | 0 | 1011001 | 10 | 1100001 | 1100000 | 110111 |
Color Harmonies of #71FA1C
Complementary color
Monochromatic Colors of #71FA1C
Black with #71FA1C
Text Example
Text Example
White with #71FA1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71FA1C; }
p { color: rgb(113,250,28); }
H1.HeaderClassName
{
color: #71FA1C;
}
.AnyTagClassName
{
color: #71FA1C;
}
</style>
background-color css
<style>
a { background-color: #71FA1C; }
a { background-color: rgb(113,250,28); }
div.DivClassName
{
background-color: #71FA1C;
}
.BgClassName
{
background-color: #71FA1C;
}
</style>
border-color css
<style>
span { border-color: #71FA1C; }
span { border-color: rgb(113,250,28); }
td.TdClassName
{
border-color: #71FA1C;
}
.TagClassName
{
border-color: #71FA1C;
}
</style>