Shades of Bright Green #5DDD03
Tints of Bright Green #5DDD03
RGB
CMYK
RGB Variations
Color information
#5DDD03 (or 0x5DDD03) is known color: Bright Green. HEX triplet: 5D, DD and 03. RGB value is (93,221,3). Sum of RGB (Red+Green+Blue) = 93+221+3=317 (41% of max value = 765). Red value is 93 (36.72% from 255 or 29.34% from 317); Green value is 221 (86.72% from 255 or 69.72% from 317); Blue value is 3 (1.56% from 255 or 0.95% from 317); Max value from RGB is 221 - color contains mainly: green. Hex color #5DDD03 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5DDD03 is #A222FC. Grayscale: #9E9E9E. Windows color (decimal): -10625789 or 253277. OLE color: 253277.
HSL color Cylindrical-coordinate representation of color #5DDD03: hue angle of 95.23º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5DDD03 is Cyan = 0.58, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 93 | 221 | 3 | - |
| CMYK | 0.58 | 0 | 0.99 | 0.13 |
| HSL | 95.23º | 0.97% | 0.44% | - |
| HSV(B) | 95.23º | 0.99% | 0.87% | - |
| XYZ | 30.39 | 54.05 | 8.92 | - |
| YUV | 157.88 | 40.59 | 81.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 221 | 3 | 0.58 | 0 | 0.99 | 0.13 | 95.23 | 0.97 | 0.44 |
| Hex | 5D | DD | 3 | 3A | 0 | 63 | D | 5F | 61 | 2C |
| Octal | 135 | 335 | 3 | 72 | 0 | 143 | 15 | 137 | 141 | 54 |
| Binary | 1011101 | 11011101 | 11 | 111010 | 0 | 1100011 | 1101 | 1011111 | 1100001 | 101100 |
Color Harmonies of #5DDD03
Complementary color
Monochromatic Colors of #5DDD03
Black with #5DDD03
Text Example
Text Example
White with #5DDD03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DDD03; }
p { color: rgb(93,221,3); }
H1.HeaderClassName
{
color: #5DDD03;
}
.AnyTagClassName
{
color: #5DDD03;
}
</style>
background-color css
<style>
a { background-color: #5DDD03; }
a { background-color: rgb(93,221,3); }
div.DivClassName
{
background-color: #5DDD03;
}
.BgClassName
{
background-color: #5DDD03;
}
</style>
border-color css
<style>
span { border-color: #5DDD03; }
span { border-color: rgb(93,221,3); }
td.TdClassName
{
border-color: #5DDD03;
}
.TagClassName
{
border-color: #5DDD03;
}
</style>