Shades of Bright Green #5DFB14
Tints of Bright Green #5DFB14
RGB
CMYK
RGB Variations
Color information
#5DFB14 (or 0x5DFB14) is known color: Bright Green. HEX triplet: 5D, FB and 14. RGB value is (93,251,20). Sum of RGB (Red+Green+Blue) = 93+251+20=364 (48% of max value = 765). Red value is 93 (36.72% from 255 or 25.55% from 364); Green value is 251 (98.44% from 255 or 68.96% from 364); Blue value is 20 (8.20% from 255 or 5.49% from 364); Max value from RGB is 251 - color contains mainly: green. Hex color #5DFB14 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #5DFB14 is #A204EB. Grayscale: #B2B2B2. Windows color (decimal): -10618092 or 1375069. OLE color: 1375069.
HSL color Cylindrical-coordinate representation of color #5DFB14: hue angle of 101.04º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5DFB14 is Cyan = 0.63, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 93 | 251 | 20 | - |
| CMYK | 0.63 | 0 | 0.92 | 0.02 |
| HSL | 101.04º | 0.97% | 0.53% | - |
| HSV(B) | 101.04º | 0.92% | 0.98% | - |
| XYZ | 39.14 | 71.37 | 12.38 | - |
| YUV | 177.42 | 39.15 | 67.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 251 | 20 | 0.63 | 0 | 0.92 | 0.02 | 101.04 | 0.97 | 0.53 |
| Hex | 5D | FB | 14 | 3F | 0 | 5C | 2 | 65 | 61 | 35 |
| Octal | 135 | 373 | 24 | 77 | 0 | 134 | 2 | 145 | 141 | 65 |
| Binary | 1011101 | 11111011 | 10100 | 111111 | 0 | 1011100 | 10 | 1100101 | 1100001 | 110101 |
Color Harmonies of #5DFB14
Complementary color
Monochromatic Colors of #5DFB14
Black with #5DFB14
Text Example
Text Example
White with #5DFB14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DFB14; }
p { color: rgb(93,251,20); }
H1.HeaderClassName
{
color: #5DFB14;
}
.AnyTagClassName
{
color: #5DFB14;
}
</style>
background-color css
<style>
a { background-color: #5DFB14; }
a { background-color: rgb(93,251,20); }
div.DivClassName
{
background-color: #5DFB14;
}
.BgClassName
{
background-color: #5DFB14;
}
</style>
border-color css
<style>
span { border-color: #5DFB14; }
span { border-color: rgb(93,251,20); }
td.TdClassName
{
border-color: #5DFB14;
}
.TagClassName
{
border-color: #5DFB14;
}
</style>