Shades of Bright Green #5CF814
Tints of Bright Green #5CF814
RGB
CMYK
RGB Variations
Color information
#5CF814 (or 0x5CF814) is known color: Bright Green. HEX triplet: 5C, F8 and 14. RGB value is (92,248,20). Sum of RGB (Red+Green+Blue) = 92+248+20=360 (47% of max value = 765). Red value is 92 (36.33% from 255 or 25.56% from 360); Green value is 248 (97.27% from 255 or 68.89% from 360); Blue value is 20 (8.20% from 255 or 5.56% from 360); Max value from RGB is 248 - color contains mainly: green. Hex color #5CF814 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #5CF814 is #A307EB. Grayscale: #B0B0B0. Windows color (decimal): -10684396 or 1374300. OLE color: 1374300.
HSL color Cylindrical-coordinate representation of color #5CF814: hue angle of 101.05º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5CF814 is Cyan = 0.63, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 92 | 248 | 20 | - |
| CMYK | 0.63 | 0 | 0.92 | 0.03 |
| HSL | 101.05º | 0.94% | 0.53% | - |
| HSV(B) | 101.05º | 0.92% | 0.97% | - |
| XYZ | 38.11 | 69.46 | 12.06 | - |
| YUV | 175.36 | 40.32 | 68.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 248 | 20 | 0.63 | 0 | 0.92 | 0.03 | 101.05 | 0.94 | 0.53 |
| Hex | 5C | F8 | 14 | 3F | 0 | 5C | 3 | 65 | 5E | 35 |
| Octal | 134 | 370 | 24 | 77 | 0 | 134 | 3 | 145 | 136 | 65 |
| Binary | 1011100 | 11111000 | 10100 | 111111 | 0 | 1011100 | 11 | 1100101 | 1011110 | 110101 |
Color Harmonies of #5CF814
Complementary color
Monochromatic Colors of #5CF814
Black with #5CF814
Text Example
Text Example
White with #5CF814
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CF814; }
p { color: rgb(92,248,20); }
H1.HeaderClassName
{
color: #5CF814;
}
.AnyTagClassName
{
color: #5CF814;
}
</style>
background-color css
<style>
a { background-color: #5CF814; }
a { background-color: rgb(92,248,20); }
div.DivClassName
{
background-color: #5CF814;
}
.BgClassName
{
background-color: #5CF814;
}
</style>
border-color css
<style>
span { border-color: #5CF814; }
span { border-color: rgb(92,248,20); }
td.TdClassName
{
border-color: #5CF814;
}
.TagClassName
{
border-color: #5CF814;
}
</style>