Shades of Bright Green #5CF502
Tints of Bright Green #5CF502
RGB
CMYK
RGB Variations
Color information
#5CF502 (or 0x5CF502) is known color: Bright Green. HEX triplet: 5C, F5 and 02. RGB value is (92,245,2). Sum of RGB (Red+Green+Blue) = 92+245+2=339 (44% of max value = 765). Red value is 92 (36.33% from 255 or 27.14% from 339); Green value is 245 (96.09% from 255 or 72.27% from 339); Blue value is 2 (1.17% from 255 or 0.59% from 339); Max value from RGB is 245 - color contains mainly: green. Hex color #5CF502 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #5CF502 is #A30AFD. Grayscale: #ACACAC. Windows color (decimal): -10685182 or 193884. OLE color: 193884.
HSL color Cylindrical-coordinate representation of color #5CF502: hue angle of 97.78º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5CF502 is Cyan = 0.62, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 92 | 245 | 2 | - |
| CMYK | 0.62 | 0 | 0.99 | 0.04 |
| HSL | 97.78º | 0.98% | 0.48% | - |
| HSV(B) | 97.78º | 0.99% | 0.96% | - |
| XYZ | 37.08 | 67.58 | 11.15 | - |
| YUV | 171.55 | 32.31 | 71.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 245 | 2 | 0.62 | 0 | 0.99 | 0.04 | 97.78 | 0.98 | 0.48 |
| Hex | 5C | F5 | 2 | 3E | 0 | 63 | 4 | 62 | 62 | 30 |
| Octal | 134 | 365 | 2 | 76 | 0 | 143 | 4 | 142 | 142 | 60 |
| Binary | 1011100 | 11110101 | 10 | 111110 | 0 | 1100011 | 100 | 1100010 | 1100010 | 110000 |
Color Harmonies of #5CF502
Complementary color
Monochromatic Colors of #5CF502
Black with #5CF502
Text Example
Text Example
White with #5CF502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CF502; }
p { color: rgb(92,245,2); }
H1.HeaderClassName
{
color: #5CF502;
}
.AnyTagClassName
{
color: #5CF502;
}
</style>
background-color css
<style>
a { background-color: #5CF502; }
a { background-color: rgb(92,245,2); }
div.DivClassName
{
background-color: #5CF502;
}
.BgClassName
{
background-color: #5CF502;
}
</style>
border-color css
<style>
span { border-color: #5CF502; }
span { border-color: rgb(92,245,2); }
td.TdClassName
{
border-color: #5CF502;
}
.TagClassName
{
border-color: #5CF502;
}
</style>