Shades of Bright Green #5DDF05
Tints of Bright Green #5DDF05
RGB
CMYK
RGB Variations
Color information
#5DDF05 (or 0x5DDF05) is known color: Bright Green. HEX triplet: 5D, DF and 05. RGB value is (93,223,5). Sum of RGB (Red+Green+Blue) = 93+223+5=321 (42% of max value = 765). Red value is 93 (36.72% from 255 or 28.97% from 321); Green value is 223 (87.5% from 255 or 69.47% from 321); Blue value is 5 (2.34% from 255 or 1.56% from 321); Max value from RGB is 223 - color contains mainly: green. Hex color #5DDF05 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5DDF05 is #A220FA. Grayscale: #A0A0A0. Windows color (decimal): -10625275 or 384861. OLE color: 384861.
HSL color Cylindrical-coordinate representation of color #5DDF05: hue angle of 95.78º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5DDF05 is Cyan = 0.58, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 93 | 223 | 5 | - |
| CMYK | 0.58 | 0 | 0.98 | 0.13 |
| HSL | 95.78º | 0.96% | 0.45% | - |
| HSV(B) | 95.78º | 0.98% | 0.87% | - |
| XYZ | 30.93 | 55.11 | 9.15 | - |
| YUV | 159.28 | 40.93 | 80.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 223 | 5 | 0.58 | 0 | 0.98 | 0.13 | 95.78 | 0.96 | 0.45 |
| Hex | 5D | DF | 5 | 3A | 0 | 62 | D | 60 | 60 | 2D |
| Octal | 135 | 337 | 5 | 72 | 0 | 142 | 15 | 140 | 140 | 55 |
| Binary | 1011101 | 11011111 | 101 | 111010 | 0 | 1100010 | 1101 | 1100000 | 1100000 | 101101 |
Color Harmonies of #5DDF05
Complementary color
Monochromatic Colors of #5DDF05
Black with #5DDF05
Text Example
Text Example
White with #5DDF05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DDF05; }
p { color: rgb(93,223,5); }
H1.HeaderClassName
{
color: #5DDF05;
}
.AnyTagClassName
{
color: #5DDF05;
}
</style>
background-color css
<style>
a { background-color: #5DDF05; }
a { background-color: rgb(93,223,5); }
div.DivClassName
{
background-color: #5DDF05;
}
.BgClassName
{
background-color: #5DDF05;
}
</style>
border-color css
<style>
span { border-color: #5DDF05; }
span { border-color: rgb(93,223,5); }
td.TdClassName
{
border-color: #5DDF05;
}
.TagClassName
{
border-color: #5DDF05;
}
</style>