Shades of Bright Green #5DFA12
Tints of Bright Green #5DFA12
RGB
CMYK
RGB Variations
Color information
#5DFA12 (or 0x5DFA12) is known color: Bright Green. HEX triplet: 5D, FA and 12. RGB value is (93,250,18). Sum of RGB (Red+Green+Blue) = 93+250+18=361 (47% of max value = 765). Red value is 93 (36.72% from 255 or 25.76% from 361); Green value is 250 (98.05% from 255 or 69.25% from 361); Blue value is 18 (7.42% from 255 or 4.99% from 361); Max value from RGB is 250 - color contains mainly: green. Hex color #5DFA12 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #5DFA12 is #A205ED. Grayscale: #B1B1B1. Windows color (decimal): -10618350 or 1243741. OLE color: 1243741.
HSL color Cylindrical-coordinate representation of color #5DFA12: hue angle of 100.6º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5DFA12 is Cyan = 0.63, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 93 | 250 | 18 | - |
| CMYK | 0.63 | 0 | 0.93 | 0.02 |
| HSL | 100.6º | 0.96% | 0.53% | - |
| HSV(B) | 100.6º | 0.93% | 0.98% | - |
| XYZ | 38.81 | 70.74 | 12.18 | - |
| YUV | 176.61 | 38.49 | 68.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 250 | 18 | 0.63 | 0 | 0.93 | 0.02 | 100.6 | 0.96 | 0.53 |
| Hex | 5D | FA | 12 | 3F | 0 | 5D | 2 | 65 | 60 | 35 |
| Octal | 135 | 372 | 22 | 77 | 0 | 135 | 2 | 145 | 140 | 65 |
| Binary | 1011101 | 11111010 | 10010 | 111111 | 0 | 1011101 | 10 | 1100101 | 1100000 | 110101 |
Color Harmonies of #5DFA12
Complementary color
Monochromatic Colors of #5DFA12
Black with #5DFA12
Text Example
Text Example
White with #5DFA12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DFA12; }
p { color: rgb(93,250,18); }
H1.HeaderClassName
{
color: #5DFA12;
}
.AnyTagClassName
{
color: #5DFA12;
}
</style>
background-color css
<style>
a { background-color: #5DFA12; }
a { background-color: rgb(93,250,18); }
div.DivClassName
{
background-color: #5DFA12;
}
.BgClassName
{
background-color: #5DFA12;
}
</style>
border-color css
<style>
span { border-color: #5DFA12; }
span { border-color: rgb(93,250,18); }
td.TdClassName
{
border-color: #5DFA12;
}
.TagClassName
{
border-color: #5DFA12;
}
</style>