Shades of Bright Green #5CDC06
Tints of Bright Green #5CDC06
RGB
CMYK
RGB Variations
Color information
#5CDC06 (or 0x5CDC06) is known color: Bright Green. HEX triplet: 5C, DC and 06. RGB value is (92,220,6). Sum of RGB (Red+Green+Blue) = 92+220+6=318 (42% of max value = 765). Red value is 92 (36.33% from 255 or 28.93% from 318); Green value is 220 (86.33% from 255 or 69.18% from 318); Blue value is 6 (2.73% from 255 or 1.89% from 318); Max value from RGB is 220 - color contains mainly: green. Hex color #5CDC06 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5CDC06 is #A323F9. Grayscale: #9E9E9E. Windows color (decimal): -10691578 or 449628. OLE color: 449628.
HSL color Cylindrical-coordinate representation of color #5CDC06: hue angle of 95.89º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5CDC06 is Cyan = 0.58, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 92 | 220 | 6 | - |
| CMYK | 0.58 | 0 | 0.97 | 0.14 |
| HSL | 95.89º | 0.95% | 0.44% | - |
| HSV(B) | 95.89º | 0.97% | 0.86% | - |
| XYZ | 30.04 | 53.47 | 8.91 | - |
| YUV | 157.33 | 42.59 | 81.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 220 | 6 | 0.58 | 0 | 0.97 | 0.14 | 95.89 | 0.95 | 0.44 |
| Hex | 5C | DC | 6 | 3A | 0 | 61 | E | 60 | 5F | 2C |
| Octal | 134 | 334 | 6 | 72 | 0 | 141 | 16 | 140 | 137 | 54 |
| Binary | 1011100 | 11011100 | 110 | 111010 | 0 | 1100001 | 1110 | 1100000 | 1011111 | 101100 |
Color Harmonies of #5CDC06
Complementary color
Monochromatic Colors of #5CDC06
Black with #5CDC06
Text Example
Text Example
White with #5CDC06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CDC06; }
p { color: rgb(92,220,6); }
H1.HeaderClassName
{
color: #5CDC06;
}
.AnyTagClassName
{
color: #5CDC06;
}
</style>
background-color css
<style>
a { background-color: #5CDC06; }
a { background-color: rgb(92,220,6); }
div.DivClassName
{
background-color: #5CDC06;
}
.BgClassName
{
background-color: #5CDC06;
}
</style>
border-color css
<style>
span { border-color: #5CDC06; }
span { border-color: rgb(92,220,6); }
td.TdClassName
{
border-color: #5CDC06;
}
.TagClassName
{
border-color: #5CDC06;
}
</style>