Shades of Bright Green #58F305
Tints of Bright Green #58F305
RGB
CMYK
RGB Variations
Color information
#58F305 (or 0x58F305) is known color: Bright Green. HEX triplet: 58, F3 and 05. RGB value is (88,243,5). Sum of RGB (Red+Green+Blue) = 88+243+5=336 (44% of max value = 765). Red value is 88 (34.77% from 255 or 26.19% from 336); Green value is 243 (95.31% from 255 or 72.32% from 336); Blue value is 5 (2.34% from 255 or 1.49% from 336); Max value from RGB is 243 - color contains mainly: green. Hex color #58F305 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #58F305 is #A70CFA. Grayscale: #AAAAAA. Windows color (decimal): -10947835 or 389976. OLE color: 389976.
HSL color Cylindrical-coordinate representation of color #58F305: hue angle of 99.08º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #58F305 is Cyan = 0.64, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 88 | 243 | 5 | - |
| CMYK | 0.64 | 0 | 0.98 | 0.05 |
| HSL | 99.08º | 0.96% | 0.49% | - |
| HSV(B) | 99.08º | 0.98% | 0.95% | - |
| XYZ | 36.1 | 66.19 | 11.02 | - |
| YUV | 169.52 | 35.15 | 69.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 243 | 5 | 0.64 | 0 | 0.98 | 0.05 | 99.08 | 0.96 | 0.49 |
| Hex | 58 | F3 | 5 | 40 | 0 | 62 | 5 | 63 | 60 | 31 |
| Octal | 130 | 363 | 5 | 100 | 0 | 142 | 5 | 143 | 140 | 61 |
| Binary | 1011000 | 11110011 | 101 | 1000000 | 0 | 1100010 | 101 | 1100011 | 1100000 | 110001 |
Color Harmonies of #58F305
Complementary color
Monochromatic Colors of #58F305
Black with #58F305
Text Example
Text Example
White with #58F305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58F305; }
p { color: rgb(88,243,5); }
H1.HeaderClassName
{
color: #58F305;
}
.AnyTagClassName
{
color: #58F305;
}
</style>
background-color css
<style>
a { background-color: #58F305; }
a { background-color: rgb(88,243,5); }
div.DivClassName
{
background-color: #58F305;
}
.BgClassName
{
background-color: #58F305;
}
</style>
border-color css
<style>
span { border-color: #58F305; }
span { border-color: rgb(88,243,5); }
td.TdClassName
{
border-color: #58F305;
}
.TagClassName
{
border-color: #58F305;
}
</style>