Shades of Bright Green #5CF81F
Tints of Bright Green #5CF81F
RGB
CMYK
RGB Variations
Color information
#5CF81F (or 0x5CF81F) is known color: Bright Green. HEX triplet: 5C, F8 and 1F. RGB value is (92,248,31). Sum of RGB (Red+Green+Blue) = 92+248+31=371 (49% of max value = 765). Red value is 92 (36.33% from 255 or 24.80% from 371); Green value is 248 (97.27% from 255 or 66.85% from 371); Blue value is 31 (12.5% from 255 or 8.36% from 371); Max value from RGB is 248 - color contains mainly: green. Hex color #5CF81F is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #5CF81F is #A307E0. Grayscale: #B1B1B1. Windows color (decimal): -10684385 or 2095196. OLE color: 2095196.
HSL color Cylindrical-coordinate representation of color #5CF81F: hue angle of 103.13º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5CF81F is Cyan = 0.63, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 92 | 248 | 31 | - |
| CMYK | 0.63 | 0 | 0.88 | 0.03 |
| HSL | 103.13º | 0.94% | 0.55% | - |
| HSV(B) | 103.13º | 0.88% | 0.97% | - |
| XYZ | 38.23 | 69.51 | 12.7 | - |
| YUV | 176.62 | 45.82 | 67.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 248 | 31 | 0.63 | 0 | 0.88 | 0.03 | 103.13 | 0.94 | 0.55 |
| Hex | 5C | F8 | 1F | 3F | 0 | 58 | 3 | 67 | 5E | 37 |
| Octal | 134 | 370 | 37 | 77 | 0 | 130 | 3 | 147 | 136 | 67 |
| Binary | 1011100 | 11111000 | 11111 | 111111 | 0 | 1011000 | 11 | 1100111 | 1011110 | 110111 |
Color Harmonies of #5CF81F
Complementary color
Monochromatic Colors of #5CF81F
Black with #5CF81F
Text Example
Text Example
White with #5CF81F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CF81F; }
p { color: rgb(92,248,31); }
H1.HeaderClassName
{
color: #5CF81F;
}
.AnyTagClassName
{
color: #5CF81F;
}
</style>
background-color css
<style>
a { background-color: #5CF81F; }
a { background-color: rgb(92,248,31); }
div.DivClassName
{
background-color: #5CF81F;
}
.BgClassName
{
background-color: #5CF81F;
}
</style>
border-color css
<style>
span { border-color: #5CF81F; }
span { border-color: rgb(92,248,31); }
td.TdClassName
{
border-color: #5CF81F;
}
.TagClassName
{
border-color: #5CF81F;
}
</style>