Shades of Bright Green #71F630
Tints of Bright Green #71F630
RGB
CMYK
RGB Variations
Color information
#71F630 (or 0x71F630) is known color: Bright Green. HEX triplet: 71, F6 and 30. RGB value is (113,246,48). Sum of RGB (Red+Green+Blue) = 113+246+48=407 (53% of max value = 765). Red value is 113 (44.53% from 255 or 27.76% from 407); Green value is 246 (96.48% from 255 or 60.44% from 407); Blue value is 48 (19.14% from 255 or 11.79% from 407); Max value from RGB is 246 - color contains mainly: green. Hex color #71F630 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #71F630 is #8E09CF. Grayscale: #B8B8B8. Windows color (decimal): -9308624 or 3208817. OLE color: 3208817.
HSL color Cylindrical-coordinate representation of color #71F630: hue angle of 100.3º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #71F630 is Cyan = 0.54, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 113 | 246 | 48 | - |
| CMYK | 0.54 | 0 | 0.80 | 0.04 |
| HSL | 100.3º | 0.92% | 0.58% | - |
| HSV(B) | 100.3º | 0.8% | 0.96% | - |
| XYZ | 40.3 | 69.64 | 14.11 | - |
| YUV | 183.66 | 51.44 | 77.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 246 | 48 | 0.54 | 0 | 0.80 | 0.04 | 100.3 | 0.92 | 0.58 |
| Hex | 71 | F6 | 30 | 36 | 0 | 50 | 4 | 64 | 5C | 3A |
| Octal | 161 | 366 | 60 | 66 | 0 | 120 | 4 | 144 | 134 | 72 |
| Binary | 1110001 | 11110110 | 110000 | 110110 | 0 | 1010000 | 100 | 1100100 | 1011100 | 111010 |
Color Harmonies of #71F630
Complementary color
Monochromatic Colors of #71F630
Black with #71F630
Text Example
Text Example
White with #71F630
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71F630; }
p { color: rgb(113,246,48); }
H1.HeaderClassName
{
color: #71F630;
}
.AnyTagClassName
{
color: #71F630;
}
</style>
background-color css
<style>
a { background-color: #71F630; }
a { background-color: rgb(113,246,48); }
div.DivClassName
{
background-color: #71F630;
}
.BgClassName
{
background-color: #71F630;
}
</style>
border-color css
<style>
span { border-color: #71F630; }
span { border-color: rgb(113,246,48); }
td.TdClassName
{
border-color: #71F630;
}
.TagClassName
{
border-color: #71F630;
}
</style>