Shades of Bright Green #5CDF14
Tints of Bright Green #5CDF14
RGB
CMYK
RGB Variations
Color information
#5CDF14 (or 0x5CDF14) is known color: Bright Green. HEX triplet: 5C, DF and 14. RGB value is (92,223,20). Sum of RGB (Red+Green+Blue) = 92+223+20=335 (44% of max value = 765). Red value is 92 (36.33% from 255 or 27.46% from 335); Green value is 223 (87.5% from 255 or 66.57% from 335); Blue value is 20 (8.20% from 255 or 5.97% from 335); Max value from RGB is 223 - color contains mainly: green. Hex color #5CDF14 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5CDF14 is #A320EB. Grayscale: #A1A1A1. Windows color (decimal): -10690796 or 1367900. OLE color: 1367900.
HSL color Cylindrical-coordinate representation of color #5CDF14: hue angle of 98.72º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5CDF14 is Cyan = 0.59, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 92 | 223 | 20 | - |
| CMYK | 0.59 | 0 | 0.91 | 0.13 |
| HSL | 98.72º | 0.84% | 0.48% | - |
| HSV(B) | 98.72º | 0.91% | 0.87% | - |
| XYZ | 30.93 | 55.1 | 9.67 | - |
| YUV | 160.69 | 48.6 | 79.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 223 | 20 | 0.59 | 0 | 0.91 | 0.13 | 98.72 | 0.84 | 0.48 |
| Hex | 5C | DF | 14 | 3B | 0 | 5B | D | 63 | 54 | 30 |
| Octal | 134 | 337 | 24 | 73 | 0 | 133 | 15 | 143 | 124 | 60 |
| Binary | 1011100 | 11011111 | 10100 | 111011 | 0 | 1011011 | 1101 | 1100011 | 1010100 | 110000 |
Color Harmonies of #5CDF14
Complementary color
Monochromatic Colors of #5CDF14
Black with #5CDF14
Text Example
Text Example
White with #5CDF14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CDF14; }
p { color: rgb(92,223,20); }
H1.HeaderClassName
{
color: #5CDF14;
}
.AnyTagClassName
{
color: #5CDF14;
}
</style>
background-color css
<style>
a { background-color: #5CDF14; }
a { background-color: rgb(92,223,20); }
div.DivClassName
{
background-color: #5CDF14;
}
.BgClassName
{
background-color: #5CDF14;
}
</style>
border-color css
<style>
span { border-color: #5CDF14; }
span { border-color: rgb(92,223,20); }
td.TdClassName
{
border-color: #5CDF14;
}
.TagClassName
{
border-color: #5CDF14;
}
</style>