Shades of Bright Green #5CF702
Tints of Bright Green #5CF702
RGB
CMYK
RGB Variations
Color information
#5CF702 (or 0x5CF702) is known color: Bright Green. HEX triplet: 5C, F7 and 02. RGB value is (92,247,2). Sum of RGB (Red+Green+Blue) = 92+247+2=341 (45% of max value = 765). Red value is 92 (36.33% from 255 or 26.98% from 341); Green value is 247 (96.88% from 255 or 72.43% from 341); Blue value is 2 (1.17% from 255 or 0.59% from 341); Max value from RGB is 247 - color contains mainly: green. Hex color #5CF702 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #5CF702 is #A308FD. Grayscale: #ADADAD. Windows color (decimal): -10684670 or 194396. OLE color: 194396.
HSL color Cylindrical-coordinate representation of color #5CF702: hue angle of 97.96º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5CF702 is Cyan = 0.63, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 92 | 247 | 2 | - |
| CMYK | 0.63 | 0 | 0.99 | 0.03 |
| HSL | 97.96º | 0.98% | 0.49% | - |
| HSV(B) | 97.96º | 0.99% | 0.97% | - |
| XYZ | 37.69 | 68.8 | 11.35 | - |
| YUV | 172.73 | 31.65 | 70.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 247 | 2 | 0.63 | 0 | 0.99 | 0.03 | 97.96 | 0.98 | 0.49 |
| Hex | 5C | F7 | 2 | 3F | 0 | 63 | 3 | 62 | 62 | 31 |
| Octal | 134 | 367 | 2 | 77 | 0 | 143 | 3 | 142 | 142 | 61 |
| Binary | 1011100 | 11110111 | 10 | 111111 | 0 | 1100011 | 11 | 1100010 | 1100010 | 110001 |
Color Harmonies of #5CF702
Complementary color
Monochromatic Colors of #5CF702
Black with #5CF702
Text Example
Text Example
White with #5CF702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CF702; }
p { color: rgb(92,247,2); }
H1.HeaderClassName
{
color: #5CF702;
}
.AnyTagClassName
{
color: #5CF702;
}
</style>
background-color css
<style>
a { background-color: #5CF702; }
a { background-color: rgb(92,247,2); }
div.DivClassName
{
background-color: #5CF702;
}
.BgClassName
{
background-color: #5CF702;
}
</style>
border-color css
<style>
span { border-color: #5CF702; }
span { border-color: rgb(92,247,2); }
td.TdClassName
{
border-color: #5CF702;
}
.TagClassName
{
border-color: #5CF702;
}
</style>