Shades of Bright Green #5DDF0F
Tints of Bright Green #5DDF0F
RGB
CMYK
RGB Variations
Color information
#5DDF0F (or 0x5DDF0F) is known color: Bright Green. HEX triplet: 5D, DF and 0F. RGB value is (93,223,15). Sum of RGB (Red+Green+Blue) = 93+223+15=331 (43% of max value = 765). Red value is 93 (36.72% from 255 or 28.10% from 331); Green value is 223 (87.5% from 255 or 67.37% from 331); Blue value is 15 (6.25% from 255 or 4.53% from 331); Max value from RGB is 223 - color contains mainly: green. Hex color #5DDF0F is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5DDF0F is #A220F0. Grayscale: #A1A1A1. Windows color (decimal): -10625265 or 1040221. OLE color: 1040221.
HSL color Cylindrical-coordinate representation of color #5DDF0F: hue angle of 97.5º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5DDF0F is Cyan = 0.58, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 93 | 223 | 15 | - |
| CMYK | 0.58 | 0 | 0.93 | 0.13 |
| HSL | 97.5º | 0.87% | 0.47% | - |
| HSV(B) | 97.5º | 0.93% | 0.87% | - |
| XYZ | 30.99 | 55.14 | 9.46 | - |
| YUV | 160.42 | 45.93 | 79.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 223 | 15 | 0.58 | 0 | 0.93 | 0.13 | 97.5 | 0.87 | 0.47 |
| Hex | 5D | DF | F | 3A | 0 | 5D | D | 62 | 57 | 2F |
| Octal | 135 | 337 | 17 | 72 | 0 | 135 | 15 | 142 | 127 | 57 |
| Binary | 1011101 | 11011111 | 1111 | 111010 | 0 | 1011101 | 1101 | 1100010 | 1010111 | 101111 |
Color Harmonies of #5DDF0F
Complementary color
Monochromatic Colors of #5DDF0F
Black with #5DDF0F
Text Example
Text Example
White with #5DDF0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DDF0F; }
p { color: rgb(93,223,15); }
H1.HeaderClassName
{
color: #5DDF0F;
}
.AnyTagClassName
{
color: #5DDF0F;
}
</style>
background-color css
<style>
a { background-color: #5DDF0F; }
a { background-color: rgb(93,223,15); }
div.DivClassName
{
background-color: #5DDF0F;
}
.BgClassName
{
background-color: #5DDF0F;
}
</style>
border-color css
<style>
span { border-color: #5DDF0F; }
span { border-color: rgb(93,223,15); }
td.TdClassName
{
border-color: #5DDF0F;
}
.TagClassName
{
border-color: #5DDF0F;
}
</style>