Shades of Bright Green #5CF007
Tints of Bright Green #5CF007
RGB
CMYK
RGB Variations
Color information
#5CF007 (or 0x5CF007) is known color: Bright Green. HEX triplet: 5C, F0 and 07. RGB value is (92,240,7). Sum of RGB (Red+Green+Blue) = 92+240+7=339 (44% of max value = 765). Red value is 92 (36.33% from 255 or 27.14% from 339); Green value is 240 (94.14% from 255 or 70.80% from 339); Blue value is 7 (3.12% from 255 or 2.06% from 339); Max value from RGB is 240 - color contains mainly: green. Hex color #5CF007 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #5CF007 is #A30FF8. Grayscale: #A9A9A9. Windows color (decimal): -10686457 or 520284. OLE color: 520284.
HSL color Cylindrical-coordinate representation of color #5CF007: hue angle of 98.11º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5CF007 is Cyan = 0.62, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 92 | 240 | 7 | - |
| CMYK | 0.62 | 0 | 0.97 | 0.06 |
| HSL | 98.11º | 0.94% | 0.48% | - |
| HSV(B) | 98.11º | 0.97% | 0.94% | - |
| XYZ | 35.61 | 64.61 | 10.8 | - |
| YUV | 169.19 | 36.47 | 72.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 240 | 7 | 0.62 | 0 | 0.97 | 0.06 | 98.11 | 0.94 | 0.48 |
| Hex | 5C | F0 | 7 | 3E | 0 | 61 | 6 | 62 | 5E | 30 |
| Octal | 134 | 360 | 7 | 76 | 0 | 141 | 6 | 142 | 136 | 60 |
| Binary | 1011100 | 11110000 | 111 | 111110 | 0 | 1100001 | 110 | 1100010 | 1011110 | 110000 |
Color Harmonies of #5CF007
Complementary color
Monochromatic Colors of #5CF007
Black with #5CF007
Text Example
Text Example
White with #5CF007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CF007; }
p { color: rgb(92,240,7); }
H1.HeaderClassName
{
color: #5CF007;
}
.AnyTagClassName
{
color: #5CF007;
}
</style>
background-color css
<style>
a { background-color: #5CF007; }
a { background-color: rgb(92,240,7); }
div.DivClassName
{
background-color: #5CF007;
}
.BgClassName
{
background-color: #5CF007;
}
</style>
border-color css
<style>
span { border-color: #5CF007; }
span { border-color: rgb(92,240,7); }
td.TdClassName
{
border-color: #5CF007;
}
.TagClassName
{
border-color: #5CF007;
}
</style>