Shades of Bright Green #5DDC07
Tints of Bright Green #5DDC07
RGB
CMYK
RGB Variations
Color information
#5DDC07 (or 0x5DDC07) is known color: Bright Green. HEX triplet: 5D, DC and 07. RGB value is (93,220,7). Sum of RGB (Red+Green+Blue) = 93+220+7=320 (42% of max value = 765). Red value is 93 (36.72% from 255 or 29.06% from 320); Green value is 220 (86.33% from 255 or 68.75% from 320); Blue value is 7 (3.12% from 255 or 2.19% from 320); Max value from RGB is 220 - color contains mainly: green. Hex color #5DDC07 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5DDC07 is #A223F8. Grayscale: #9E9E9E. Windows color (decimal): -10626041 or 515165. OLE color: 515165.
HSL color Cylindrical-coordinate representation of color #5DDC07: hue angle of 95.77º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5DDC07 is Cyan = 0.58, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 93 | 220 | 7 | - |
| CMYK | 0.58 | 0 | 0.97 | 0.14 |
| HSL | 95.77º | 0.94% | 0.45% | - |
| HSV(B) | 95.77º | 0.97% | 0.86% | - |
| XYZ | 30.15 | 53.53 | 8.94 | - |
| YUV | 157.75 | 42.92 | 81.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 220 | 7 | 0.58 | 0 | 0.97 | 0.14 | 95.77 | 0.94 | 0.45 |
| Hex | 5D | DC | 7 | 3A | 0 | 61 | E | 60 | 5E | 2D |
| Octal | 135 | 334 | 7 | 72 | 0 | 141 | 16 | 140 | 136 | 55 |
| Binary | 1011101 | 11011100 | 111 | 111010 | 0 | 1100001 | 1110 | 1100000 | 1011110 | 101101 |
Color Harmonies of #5DDC07
Complementary color
Monochromatic Colors of #5DDC07
Black with #5DDC07
Text Example
Text Example
White with #5DDC07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DDC07; }
p { color: rgb(93,220,7); }
H1.HeaderClassName
{
color: #5DDC07;
}
.AnyTagClassName
{
color: #5DDC07;
}
</style>
background-color css
<style>
a { background-color: #5DDC07; }
a { background-color: rgb(93,220,7); }
div.DivClassName
{
background-color: #5DDC07;
}
.BgClassName
{
background-color: #5DDC07;
}
</style>
border-color css
<style>
span { border-color: #5DDC07; }
span { border-color: rgb(93,220,7); }
td.TdClassName
{
border-color: #5DDC07;
}
.TagClassName
{
border-color: #5DDC07;
}
</style>