Shades of Bright Green #58F321
Tints of Bright Green #58F321
RGB
CMYK
RGB Variations
Color information
#58F321 (or 0x58F321) is known color: Bright Green. HEX triplet: 58, F3 and 21. RGB value is (88,243,33). Sum of RGB (Red+Green+Blue) = 88+243+33=364 (48% of max value = 765). Red value is 88 (34.77% from 255 or 24.18% from 364); Green value is 243 (95.31% from 255 or 66.76% from 364); Blue value is 33 (13.28% from 255 or 9.07% from 364); Max value from RGB is 243 - color contains mainly: green. Hex color #58F321 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #58F321 is #A70CDE. Grayscale: #ADADAD. Windows color (decimal): -10947807 or 2224984. OLE color: 2224984.
HSL color Cylindrical-coordinate representation of color #58F321: hue angle of 104.29º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #58F321 is Cyan = 0.64, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 88 | 243 | 33 | - |
| CMYK | 0.64 | 0 | 0.86 | 0.05 |
| HSL | 104.29º | 0.9% | 0.54% | - |
| HSV(B) | 104.29º | 0.86% | 0.95% | - |
| XYZ | 36.35 | 66.29 | 12.32 | - |
| YUV | 172.72 | 49.15 | 67.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 243 | 33 | 0.64 | 0 | 0.86 | 0.05 | 104.29 | 0.9 | 0.54 |
| Hex | 58 | F3 | 21 | 40 | 0 | 56 | 5 | 68 | 5A | 36 |
| Octal | 130 | 363 | 41 | 100 | 0 | 126 | 5 | 150 | 132 | 66 |
| Binary | 1011000 | 11110011 | 100001 | 1000000 | 0 | 1010110 | 101 | 1101000 | 1011010 | 110110 |
Color Harmonies of #58F321
Complementary color
Monochromatic Colors of #58F321
Black with #58F321
Text Example
Text Example
White with #58F321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58F321; }
p { color: rgb(88,243,33); }
H1.HeaderClassName
{
color: #58F321;
}
.AnyTagClassName
{
color: #58F321;
}
</style>
background-color css
<style>
a { background-color: #58F321; }
a { background-color: rgb(88,243,33); }
div.DivClassName
{
background-color: #58F321;
}
.BgClassName
{
background-color: #58F321;
}
</style>
border-color css
<style>
span { border-color: #58F321; }
span { border-color: rgb(88,243,33); }
td.TdClassName
{
border-color: #58F321;
}
.TagClassName
{
border-color: #58F321;
}
</style>