Shades of Bright Green #5DDC04
Tints of Bright Green #5DDC04
RGB
CMYK
RGB Variations
Color information
#5DDC04 (or 0x5DDC04) is known color: Bright Green. HEX triplet: 5D, DC and 04. RGB value is (93,220,4). Sum of RGB (Red+Green+Blue) = 93+220+4=317 (41% of max value = 765). Red value is 93 (36.72% from 255 or 29.34% from 317); Green value is 220 (86.33% from 255 or 69.40% from 317); Blue value is 4 (1.95% from 255 or 1.26% from 317); Max value from RGB is 220 - color contains mainly: green. Hex color #5DDC04 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5DDC04 is #A223FB. Grayscale: #9E9E9E. Windows color (decimal): -10626044 or 318557. OLE color: 318557.
HSL color Cylindrical-coordinate representation of color #5DDC04: hue angle of 95.28º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5DDC04 is Cyan = 0.58, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 93 | 220 | 4 | - |
| CMYK | 0.58 | 0 | 0.98 | 0.14 |
| HSL | 95.28º | 0.96% | 0.44% | - |
| HSV(B) | 95.28º | 0.98% | 0.86% | - |
| XYZ | 30.13 | 53.52 | 8.86 | - |
| YUV | 157.4 | 41.42 | 82.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 220 | 4 | 0.58 | 0 | 0.98 | 0.14 | 95.28 | 0.96 | 0.44 |
| Hex | 5D | DC | 4 | 3A | 0 | 62 | E | 5F | 60 | 2C |
| Octal | 135 | 334 | 4 | 72 | 0 | 142 | 16 | 137 | 140 | 54 |
| Binary | 1011101 | 11011100 | 100 | 111010 | 0 | 1100010 | 1110 | 1011111 | 1100000 | 101100 |
Color Harmonies of #5DDC04
Complementary color
Monochromatic Colors of #5DDC04
Black with #5DDC04
Text Example
Text Example
White with #5DDC04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DDC04; }
p { color: rgb(93,220,4); }
H1.HeaderClassName
{
color: #5DDC04;
}
.AnyTagClassName
{
color: #5DDC04;
}
</style>
background-color css
<style>
a { background-color: #5DDC04; }
a { background-color: rgb(93,220,4); }
div.DivClassName
{
background-color: #5DDC04;
}
.BgClassName
{
background-color: #5DDC04;
}
</style>
border-color css
<style>
span { border-color: #5DDC04; }
span { border-color: rgb(93,220,4); }
td.TdClassName
{
border-color: #5DDC04;
}
.TagClassName
{
border-color: #5DDC04;
}
</style>