Shades of Bright Green #5DDF12
Tints of Bright Green #5DDF12
RGB
CMYK
RGB Variations
Color information
#5DDF12 (or 0x5DDF12) is known color: Bright Green. HEX triplet: 5D, DF and 12. RGB value is (93,223,18). Sum of RGB (Red+Green+Blue) = 93+223+18=334 (44% of max value = 765). Red value is 93 (36.72% from 255 or 27.84% from 334); Green value is 223 (87.5% from 255 or 66.77% from 334); Blue value is 18 (7.42% from 255 or 5.39% from 334); Max value from RGB is 223 - color contains mainly: green. Hex color #5DDF12 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5DDF12 is #A220ED. Grayscale: #A1A1A1. Windows color (decimal): -10625262 or 1236829. OLE color: 1236829.
HSL color Cylindrical-coordinate representation of color #5DDF12: hue angle of 98.05º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5DDF12 is Cyan = 0.58, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 93 | 223 | 18 | - |
| CMYK | 0.58 | 0 | 0.92 | 0.13 |
| HSL | 98.05º | 0.85% | 0.47% | - |
| HSV(B) | 98.05º | 0.92% | 0.87% | - |
| XYZ | 31.01 | 55.15 | 9.58 | - |
| YUV | 160.76 | 47.43 | 79.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 223 | 18 | 0.58 | 0 | 0.92 | 0.13 | 98.05 | 0.85 | 0.47 |
| Hex | 5D | DF | 12 | 3A | 0 | 5C | D | 62 | 55 | 2F |
| Octal | 135 | 337 | 22 | 72 | 0 | 134 | 15 | 142 | 125 | 57 |
| Binary | 1011101 | 11011111 | 10010 | 111010 | 0 | 1011100 | 1101 | 1100010 | 1010101 | 101111 |
Color Harmonies of #5DDF12
Complementary color
Monochromatic Colors of #5DDF12
Black with #5DDF12
Text Example
Text Example
White with #5DDF12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DDF12; }
p { color: rgb(93,223,18); }
H1.HeaderClassName
{
color: #5DDF12;
}
.AnyTagClassName
{
color: #5DDF12;
}
</style>
background-color css
<style>
a { background-color: #5DDF12; }
a { background-color: rgb(93,223,18); }
div.DivClassName
{
background-color: #5DDF12;
}
.BgClassName
{
background-color: #5DDF12;
}
</style>
border-color css
<style>
span { border-color: #5DDF12; }
span { border-color: rgb(93,223,18); }
td.TdClassName
{
border-color: #5DDF12;
}
.TagClassName
{
border-color: #5DDF12;
}
</style>