Shades of Bright Green #5DFC1F
Tints of Bright Green #5DFC1F
RGB
CMYK
RGB Variations
Color information
#5DFC1F (or 0x5DFC1F) is known color: Bright Green. HEX triplet: 5D, FC and 1F. RGB value is (93,252,31). Sum of RGB (Red+Green+Blue) = 93+252+31=376 (49% of max value = 765). Red value is 93 (36.72% from 255 or 24.73% from 376); Green value is 252 (98.83% from 255 or 67.02% from 376); Blue value is 31 (12.5% from 255 or 8.24% from 376); Max value from RGB is 252 - color contains mainly: green. Hex color #5DFC1F is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #5DFC1F is #A203E0. Grayscale: #B3B3B3. Windows color (decimal): -10617825 or 2096221. OLE color: 2096221.
HSL color Cylindrical-coordinate representation of color #5DFC1F: hue angle of 103.17º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5DFC1F is Cyan = 0.63, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 93 | 252 | 31 | - |
| CMYK | 0.63 | 0 | 0.88 | 0.01 |
| HSL | 103.17º | 0.97% | 0.55% | - |
| HSV(B) | 103.17º | 0.88% | 0.99% | - |
| XYZ | 39.57 | 72.05 | 13.12 | - |
| YUV | 179.27 | 44.32 | 66.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 252 | 31 | 0.63 | 0 | 0.88 | 0.01 | 103.17 | 0.97 | 0.55 |
| Hex | 5D | FC | 1F | 3F | 0 | 58 | 1 | 67 | 61 | 37 |
| Octal | 135 | 374 | 37 | 77 | 0 | 130 | 1 | 147 | 141 | 67 |
| Binary | 1011101 | 11111100 | 11111 | 111111 | 0 | 1011000 | 1 | 1100111 | 1100001 | 110111 |
Color Harmonies of #5DFC1F
Complementary color
Monochromatic Colors of #5DFC1F
Black with #5DFC1F
Text Example
Text Example
White with #5DFC1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DFC1F; }
p { color: rgb(93,252,31); }
H1.HeaderClassName
{
color: #5DFC1F;
}
.AnyTagClassName
{
color: #5DFC1F;
}
</style>
background-color css
<style>
a { background-color: #5DFC1F; }
a { background-color: rgb(93,252,31); }
div.DivClassName
{
background-color: #5DFC1F;
}
.BgClassName
{
background-color: #5DFC1F;
}
</style>
border-color css
<style>
span { border-color: #5DFC1F; }
span { border-color: rgb(93,252,31); }
td.TdClassName
{
border-color: #5DFC1F;
}
.TagClassName
{
border-color: #5DFC1F;
}
</style>