Shades of Bright Green #5CF714
Tints of Bright Green #5CF714
RGB
CMYK
RGB Variations
Color information
#5CF714 (or 0x5CF714) is known color: Bright Green. HEX triplet: 5C, F7 and 14. RGB value is (92,247,20). Sum of RGB (Red+Green+Blue) = 92+247+20=359 (47% of max value = 765). Red value is 92 (36.33% from 255 or 25.63% from 359); Green value is 247 (96.88% from 255 or 68.80% from 359); Blue value is 20 (8.20% from 255 or 5.57% from 359); Max value from RGB is 247 - color contains mainly: green. Hex color #5CF714 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #5CF714 is #A308EB. Grayscale: #AFAFAF. Windows color (decimal): -10684652 or 1374044. OLE color: 1374044.
HSL color Cylindrical-coordinate representation of color #5CF714: hue angle of 100.97º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5CF714 is Cyan = 0.63, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 92 | 247 | 20 | - |
| CMYK | 0.63 | 0 | 0.92 | 0.03 |
| HSL | 100.97º | 0.93% | 0.52% | - |
| HSV(B) | 100.97º | 0.92% | 0.97% | - |
| XYZ | 37.8 | 68.85 | 11.96 | - |
| YUV | 174.78 | 40.65 | 68.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 247 | 20 | 0.63 | 0 | 0.92 | 0.03 | 100.97 | 0.93 | 0.52 |
| Hex | 5C | F7 | 14 | 3F | 0 | 5C | 3 | 65 | 5D | 34 |
| Octal | 134 | 367 | 24 | 77 | 0 | 134 | 3 | 145 | 135 | 64 |
| Binary | 1011100 | 11110111 | 10100 | 111111 | 0 | 1011100 | 11 | 1100101 | 1011101 | 110100 |
Color Harmonies of #5CF714
Complementary color
Monochromatic Colors of #5CF714
Black with #5CF714
Text Example
Text Example
White with #5CF714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CF714; }
p { color: rgb(92,247,20); }
H1.HeaderClassName
{
color: #5CF714;
}
.AnyTagClassName
{
color: #5CF714;
}
</style>
background-color css
<style>
a { background-color: #5CF714; }
a { background-color: rgb(92,247,20); }
div.DivClassName
{
background-color: #5CF714;
}
.BgClassName
{
background-color: #5CF714;
}
</style>
border-color css
<style>
span { border-color: #5CF714; }
span { border-color: rgb(92,247,20); }
td.TdClassName
{
border-color: #5CF714;
}
.TagClassName
{
border-color: #5CF714;
}
</style>