Shades of Bright Green #71FA0C
Tints of Bright Green #71FA0C
RGB
CMYK
RGB Variations
Color information
#71FA0C (or 0x71FA0C) is known color: Bright Green. HEX triplet: 71, FA and 0C. RGB value is (113,250,12). Sum of RGB (Red+Green+Blue) = 113+250+12=375 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.13% from 375); Green value is 250 (98.05% from 255 or 66.67% from 375); Blue value is 12 (5.08% from 255 or 3.2% from 375); Max value from RGB is 250 - color contains mainly: green. Hex color #71FA0C is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #71FA0C is #8E05F3. Grayscale: #B6B6B6. Windows color (decimal): -9307636 or 850545. OLE color: 850545.
HSL color Cylindrical-coordinate representation of color #71FA0C: hue angle of 94.54º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #71FA0C is Cyan = 0.55, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 113 | 250 | 12 | - |
| CMYK | 0.55 | 0 | 0.95 | 0.02 |
| HSL | 94.54º | 0.96% | 0.51% | - |
| HSV(B) | 94.54º | 0.95% | 0.98% | - |
| XYZ | 41.06 | 71.91 | 12.06 | - |
| YUV | 181.91 | 32.11 | 78.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 250 | 12 | 0.55 | 0 | 0.95 | 0.02 | 94.54 | 0.96 | 0.51 |
| Hex | 71 | FA | C | 37 | 0 | 5F | 2 | 5F | 60 | 33 |
| Octal | 161 | 372 | 14 | 67 | 0 | 137 | 2 | 137 | 140 | 63 |
| Binary | 1110001 | 11111010 | 1100 | 110111 | 0 | 1011111 | 10 | 1011111 | 1100000 | 110011 |
Color Harmonies of #71FA0C
Complementary color
Monochromatic Colors of #71FA0C
Black with #71FA0C
Text Example
Text Example
White with #71FA0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71FA0C; }
p { color: rgb(113,250,12); }
H1.HeaderClassName
{
color: #71FA0C;
}
.AnyTagClassName
{
color: #71FA0C;
}
</style>
background-color css
<style>
a { background-color: #71FA0C; }
a { background-color: rgb(113,250,12); }
div.DivClassName
{
background-color: #71FA0C;
}
.BgClassName
{
background-color: #71FA0C;
}
</style>
border-color css
<style>
span { border-color: #71FA0C; }
span { border-color: rgb(113,250,12); }
td.TdClassName
{
border-color: #71FA0C;
}
.TagClassName
{
border-color: #71FA0C;
}
</style>