Shades of Bright Green #58F70C
Tints of Bright Green #58F70C
RGB
CMYK
RGB Variations
Color information
#58F70C (or 0x58F70C) is known color: Bright Green. HEX triplet: 58, F7 and 0C. RGB value is (88,247,12). Sum of RGB (Red+Green+Blue) = 88+247+12=347 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.36% from 347); Green value is 247 (96.88% from 255 or 71.18% from 347); Blue value is 12 (5.08% from 255 or 3.46% from 347); Max value from RGB is 247 - color contains mainly: green. Hex color #58F70C is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #58F70C is #A708F3. Grayscale: #ADADAD. Windows color (decimal): -10946804 or 849752. OLE color: 849752.
HSL color Cylindrical-coordinate representation of color #58F70C: hue angle of 100.6º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #58F70C is Cyan = 0.64, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 88 | 247 | 12 | - |
| CMYK | 0.64 | 0 | 0.95 | 0.03 |
| HSL | 100.6º | 0.94% | 0.51% | - |
| HSV(B) | 100.6º | 0.95% | 0.97% | - |
| XYZ | 37.35 | 68.62 | 11.62 | - |
| YUV | 172.67 | 37.32 | 67.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 247 | 12 | 0.64 | 0 | 0.95 | 0.03 | 100.6 | 0.94 | 0.51 |
| Hex | 58 | F7 | C | 40 | 0 | 5F | 3 | 65 | 5E | 33 |
| Octal | 130 | 367 | 14 | 100 | 0 | 137 | 3 | 145 | 136 | 63 |
| Binary | 1011000 | 11110111 | 1100 | 1000000 | 0 | 1011111 | 11 | 1100101 | 1011110 | 110011 |
Color Harmonies of #58F70C
Complementary color
Monochromatic Colors of #58F70C
Black with #58F70C
Text Example
Text Example
White with #58F70C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58F70C; }
p { color: rgb(88,247,12); }
H1.HeaderClassName
{
color: #58F70C;
}
.AnyTagClassName
{
color: #58F70C;
}
</style>
background-color css
<style>
a { background-color: #58F70C; }
a { background-color: rgb(88,247,12); }
div.DivClassName
{
background-color: #58F70C;
}
.BgClassName
{
background-color: #58F70C;
}
</style>
border-color css
<style>
span { border-color: #58F70C; }
span { border-color: rgb(88,247,12); }
td.TdClassName
{
border-color: #58F70C;
}
.TagClassName
{
border-color: #58F70C;
}
</style>