Shades of Bright Green #71FA0B
Tints of Bright Green #71FA0B
RGB
CMYK
RGB Variations
Color information
#71FA0B (or 0x71FA0B) is known color: Bright Green. HEX triplet: 71, FA and 0B. RGB value is (113,250,11). Sum of RGB (Red+Green+Blue) = 113+250+11=374 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.21% from 374); Green value is 250 (98.05% from 255 or 66.84% from 374); Blue value is 11 (4.69% from 255 or 2.94% from 374); Max value from RGB is 250 - color contains mainly: green. Hex color #71FA0B is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #71FA0B is #8E05F4. Grayscale: #B6B6B6. Windows color (decimal): -9307637 or 785009. OLE color: 785009.
HSL color Cylindrical-coordinate representation of color #71FA0B: hue angle of 94.39º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #71FA0B is Cyan = 0.55, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 113 | 250 | 11 | - |
| CMYK | 0.55 | 0 | 0.96 | 0.02 |
| HSL | 94.39º | 0.96% | 0.51% | - |
| HSV(B) | 94.39º | 0.96% | 0.98% | - |
| XYZ | 41.06 | 71.91 | 12.03 | - |
| YUV | 181.79 | 31.61 | 78.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 250 | 11 | 0.55 | 0 | 0.96 | 0.02 | 94.39 | 0.96 | 0.51 |
| Hex | 71 | FA | B | 37 | 0 | 60 | 2 | 5E | 60 | 33 |
| Octal | 161 | 372 | 13 | 67 | 0 | 140 | 2 | 136 | 140 | 63 |
| Binary | 1110001 | 11111010 | 1011 | 110111 | 0 | 1100000 | 10 | 1011110 | 1100000 | 110011 |
Color Harmonies of #71FA0B
Complementary color
Monochromatic Colors of #71FA0B
Black with #71FA0B
Text Example
Text Example
White with #71FA0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71FA0B; }
p { color: rgb(113,250,11); }
H1.HeaderClassName
{
color: #71FA0B;
}
.AnyTagClassName
{
color: #71FA0B;
}
</style>
background-color css
<style>
a { background-color: #71FA0B; }
a { background-color: rgb(113,250,11); }
div.DivClassName
{
background-color: #71FA0B;
}
.BgClassName
{
background-color: #71FA0B;
}
</style>
border-color css
<style>
span { border-color: #71FA0B; }
span { border-color: rgb(113,250,11); }
td.TdClassName
{
border-color: #71FA0B;
}
.TagClassName
{
border-color: #71FA0B;
}
</style>