Shades of Bright Green #71FC0D
Tints of Bright Green #71FC0D
RGB
CMYK
RGB Variations
Color information
#71FC0D (or 0x71FC0D) is known color: Bright Green. HEX triplet: 71, FC and 0D. RGB value is (113,252,13). Sum of RGB (Red+Green+Blue) = 113+252+13=378 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.89% from 378); Green value is 252 (98.83% from 255 or 66.67% from 378); Blue value is 13 (5.47% from 255 or 3.44% from 378); Max value from RGB is 252 - color contains mainly: green. Hex color #71FC0D is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #71FC0D is #8E03F2. Grayscale: #B8B8B8. Windows color (decimal): -9307123 or 916593. OLE color: 916593.
HSL color Cylindrical-coordinate representation of color #71FC0D: hue angle of 94.9º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #71FC0D is Cyan = 0.55, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 113 | 252 | 13 | - |
| CMYK | 0.55 | 0 | 0.95 | 0.01 |
| HSL | 94.9º | 0.98% | 0.52% | - |
| HSV(B) | 94.9º | 0.95% | 0.99% | - |
| XYZ | 41.69 | 73.16 | 12.3 | - |
| YUV | 183.19 | 31.95 | 77.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 252 | 13 | 0.55 | 0 | 0.95 | 0.01 | 94.9 | 0.98 | 0.52 |
| Hex | 71 | FC | D | 37 | 0 | 5F | 1 | 5F | 62 | 34 |
| Octal | 161 | 374 | 15 | 67 | 0 | 137 | 1 | 137 | 142 | 64 |
| Binary | 1110001 | 11111100 | 1101 | 110111 | 0 | 1011111 | 1 | 1011111 | 1100010 | 110100 |
Color Harmonies of #71FC0D
Complementary color
Monochromatic Colors of #71FC0D
Black with #71FC0D
Text Example
Text Example
White with #71FC0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71FC0D; }
p { color: rgb(113,252,13); }
H1.HeaderClassName
{
color: #71FC0D;
}
.AnyTagClassName
{
color: #71FC0D;
}
</style>
background-color css
<style>
a { background-color: #71FC0D; }
a { background-color: rgb(113,252,13); }
div.DivClassName
{
background-color: #71FC0D;
}
.BgClassName
{
background-color: #71FC0D;
}
</style>
border-color css
<style>
span { border-color: #71FC0D; }
span { border-color: rgb(113,252,13); }
td.TdClassName
{
border-color: #71FC0D;
}
.TagClassName
{
border-color: #71FC0D;
}
</style>