Shades of Bright Green #71FE0C
Tints of Bright Green #71FE0C
RGB
CMYK
RGB Variations
Color information
#71FE0C (or 0x71FE0C) is known color: Bright Green. HEX triplet: 71, FE and 0C. RGB value is (113,254,12). Sum of RGB (Red+Green+Blue) = 113+254+12=379 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.82% from 379); Green value is 254 (99.61% from 255 or 67.02% from 379); Blue value is 12 (5.08% from 255 or 3.17% from 379); Max value from RGB is 254 - color contains mainly: green. Hex color #71FE0C is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #71FE0C is #8E01F3. Grayscale: #B9B9B9. Windows color (decimal): -9306612 or 851569. OLE color: 851569.
HSL color Cylindrical-coordinate representation of color #71FE0C: hue angle of 94.96º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #71FE0C is Cyan = 0.56, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 113 | 254 | 12 | - |
| CMYK | 0.56 | 0 | 0.95 | 0.00 |
| HSL | 94.96º | 0.99% | 0.52% | - |
| HSV(B) | 94.96º | 0.95% | 1% | - |
| XYZ | 42.32 | 74.42 | 12.48 | - |
| YUV | 184.25 | 30.79 | 77.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 254 | 12 | 0.56 | 0 | 0.95 | 0.00 | 94.96 | 0.99 | 0.52 |
| Hex | 71 | FE | C | 38 | 0 | 5F | 0 | 5F | 63 | 34 |
| Octal | 161 | 376 | 14 | 70 | 0 | 137 | 0 | 137 | 143 | 64 |
| Binary | 1110001 | 11111110 | 1100 | 111000 | 0 | 1011111 | 0 | 1011111 | 1100011 | 110100 |
Color Harmonies of #71FE0C
Complementary color
Monochromatic Colors of #71FE0C
Black with #71FE0C
Text Example
Text Example
White with #71FE0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71FE0C; }
p { color: rgb(113,254,12); }
H1.HeaderClassName
{
color: #71FE0C;
}
.AnyTagClassName
{
color: #71FE0C;
}
</style>
background-color css
<style>
a { background-color: #71FE0C; }
a { background-color: rgb(113,254,12); }
div.DivClassName
{
background-color: #71FE0C;
}
.BgClassName
{
background-color: #71FE0C;
}
</style>
border-color css
<style>
span { border-color: #71FE0C; }
span { border-color: rgb(113,254,12); }
td.TdClassName
{
border-color: #71FE0C;
}
.TagClassName
{
border-color: #71FE0C;
}
</style>