Shades of Bright Green #5CDB06
Tints of Bright Green #5CDB06
RGB
CMYK
RGB Variations
Color information
#5CDB06 (or 0x5CDB06) is known color: Bright Green. HEX triplet: 5C, DB and 06. RGB value is (92,219,6). Sum of RGB (Red+Green+Blue) = 92+219+6=317 (41% of max value = 765). Red value is 92 (36.33% from 255 or 29.02% from 317); Green value is 219 (85.94% from 255 or 69.09% from 317); Blue value is 6 (2.73% from 255 or 1.89% from 317); Max value from RGB is 219 - color contains mainly: green. Hex color #5CDB06 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5CDB06 is #A324F9. Grayscale: #9D9D9D. Windows color (decimal): -10691834 or 449372. OLE color: 449372.
HSL color Cylindrical-coordinate representation of color #5CDB06: hue angle of 95.77º 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 #5CDB06 is Cyan = 0.58, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 92 | 219 | 6 | - |
| CMYK | 0.58 | 0 | 0.97 | 0.14 |
| HSL | 95.77º | 0.95% | 0.44% | - |
| HSV(B) | 95.77º | 0.97% | 0.86% | - |
| XYZ | 29.78 | 52.95 | 8.82 | - |
| YUV | 156.75 | 42.92 | 81.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 219 | 6 | 0.58 | 0 | 0.97 | 0.14 | 95.77 | 0.95 | 0.44 |
| Hex | 5C | DB | 6 | 3A | 0 | 61 | E | 60 | 5F | 2C |
| Octal | 134 | 333 | 6 | 72 | 0 | 141 | 16 | 140 | 137 | 54 |
| Binary | 1011100 | 11011011 | 110 | 111010 | 0 | 1100001 | 1110 | 1100000 | 1011111 | 101100 |
Color Harmonies of #5CDB06
Complementary color
Monochromatic Colors of #5CDB06
Black with #5CDB06
Text Example
Text Example
White with #5CDB06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CDB06; }
p { color: rgb(92,219,6); }
H1.HeaderClassName
{
color: #5CDB06;
}
.AnyTagClassName
{
color: #5CDB06;
}
</style>
background-color css
<style>
a { background-color: #5CDB06; }
a { background-color: rgb(92,219,6); }
div.DivClassName
{
background-color: #5CDB06;
}
.BgClassName
{
background-color: #5CDB06;
}
</style>
border-color css
<style>
span { border-color: #5CDB06; }
span { border-color: rgb(92,219,6); }
td.TdClassName
{
border-color: #5CDB06;
}
.TagClassName
{
border-color: #5CDB06;
}
</style>