Shades of Bright Green #5DDA08
Tints of Bright Green #5DDA08
RGB
CMYK
RGB Variations
Color information
#5DDA08 (or 0x5DDA08) is known color: Bright Green. HEX triplet: 5D, DA and 08. RGB value is (93,218,8). Sum of RGB (Red+Green+Blue) = 93+218+8=319 (42% of max value = 765). Red value is 93 (36.72% from 255 or 29.15% from 319); Green value is 218 (85.55% from 255 or 68.34% from 319); Blue value is 8 (3.52% from 255 or 2.51% from 319); Max value from RGB is 218 - color contains mainly: green. Hex color #5DDA08 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5DDA08 is #A225F7. Grayscale: #9D9D9D. Windows color (decimal): -10626552 or 580189. OLE color: 580189.
HSL color Cylindrical-coordinate representation of color #5DDA08: hue angle of 95.71º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5DDA08 is Cyan = 0.57, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 93 | 218 | 8 | - |
| CMYK | 0.57 | 0 | 0.96 | 0.15 |
| HSL | 95.71º | 0.93% | 0.44% | - |
| HSV(B) | 95.71º | 0.96% | 0.85% | - |
| XYZ | 29.63 | 52.49 | 8.8 | - |
| YUV | 156.69 | 44.09 | 82.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 218 | 8 | 0.57 | 0 | 0.96 | 0.15 | 95.71 | 0.93 | 0.44 |
| Hex | 5D | DA | 8 | 39 | 0 | 60 | F | 60 | 5D | 2C |
| Octal | 135 | 332 | 10 | 71 | 0 | 140 | 17 | 140 | 135 | 54 |
| Binary | 1011101 | 11011010 | 1000 | 111001 | 0 | 1100000 | 1111 | 1100000 | 1011101 | 101100 |
Color Harmonies of #5DDA08
Complementary color
Monochromatic Colors of #5DDA08
Black with #5DDA08
Text Example
Text Example
White with #5DDA08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DDA08; }
p { color: rgb(93,218,8); }
H1.HeaderClassName
{
color: #5DDA08;
}
.AnyTagClassName
{
color: #5DDA08;
}
</style>
background-color css
<style>
a { background-color: #5DDA08; }
a { background-color: rgb(93,218,8); }
div.DivClassName
{
background-color: #5DDA08;
}
.BgClassName
{
background-color: #5DDA08;
}
</style>
border-color css
<style>
span { border-color: #5DDA08; }
span { border-color: rgb(93,218,8); }
td.TdClassName
{
border-color: #5DDA08;
}
.TagClassName
{
border-color: #5DDA08;
}
</style>