Shades of Bright Green #58FA16
Tints of Bright Green #58FA16
RGB
CMYK
RGB Variations
Color information
#58FA16 (or 0x58FA16) is known color: Bright Green. HEX triplet: 58, FA and 16. RGB value is (88,250,22). Sum of RGB (Red+Green+Blue) = 88+250+22=360 (47% of max value = 765). Red value is 88 (34.77% from 255 or 24.44% from 360); Green value is 250 (98.05% from 255 or 69.44% from 360); Blue value is 22 (8.98% from 255 or 6.11% from 360); Max value from RGB is 250 - color contains mainly: green. Hex color #58FA16 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #58FA16 is #A705E9. Grayscale: #B0B0B0. Windows color (decimal): -10946026 or 1505880. OLE color: 1505880.
HSL color Cylindrical-coordinate representation of color #58FA16: hue angle of 102.63º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #58FA16 is Cyan = 0.65, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 88 | 250 | 22 | - |
| CMYK | 0.65 | 0 | 0.91 | 0.02 |
| HSL | 102.63º | 0.96% | 0.53% | - |
| HSV(B) | 102.63º | 0.91% | 0.98% | - |
| XYZ | 38.35 | 70.5 | 12.35 | - |
| YUV | 175.57 | 41.33 | 65.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 250 | 22 | 0.65 | 0 | 0.91 | 0.02 | 102.63 | 0.96 | 0.53 |
| Hex | 58 | FA | 16 | 41 | 0 | 5B | 2 | 67 | 60 | 35 |
| Octal | 130 | 372 | 26 | 101 | 0 | 133 | 2 | 147 | 140 | 65 |
| Binary | 1011000 | 11111010 | 10110 | 1000001 | 0 | 1011011 | 10 | 1100111 | 1100000 | 110101 |
Color Harmonies of #58FA16
Complementary color
Monochromatic Colors of #58FA16
Black with #58FA16
Text Example
Text Example
White with #58FA16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58FA16; }
p { color: rgb(88,250,22); }
H1.HeaderClassName
{
color: #58FA16;
}
.AnyTagClassName
{
color: #58FA16;
}
</style>
background-color css
<style>
a { background-color: #58FA16; }
a { background-color: rgb(88,250,22); }
div.DivClassName
{
background-color: #58FA16;
}
.BgClassName
{
background-color: #58FA16;
}
</style>
border-color css
<style>
span { border-color: #58FA16; }
span { border-color: rgb(88,250,22); }
td.TdClassName
{
border-color: #58FA16;
}
.TagClassName
{
border-color: #58FA16;
}
</style>