Shades of Bright Green #5DFA10
Tints of Bright Green #5DFA10
RGB
CMYK
RGB Variations
Color information
#5DFA10 (or 0x5DFA10) is known color: Bright Green. HEX triplet: 5D, FA and 10. RGB value is (93,250,16). Sum of RGB (Red+Green+Blue) = 93+250+16=359 (47% of max value = 765). Red value is 93 (36.72% from 255 or 25.91% from 359); Green value is 250 (98.05% from 255 or 69.64% from 359); Blue value is 16 (6.64% from 255 or 4.46% from 359); Max value from RGB is 250 - color contains mainly: green. Hex color #5DFA10 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #5DFA10 is #A205EF. Grayscale: #B1B1B1. Windows color (decimal): -10618352 or 1112669. OLE color: 1112669.
HSL color Cylindrical-coordinate representation of color #5DFA10: hue angle of 100.26º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5DFA10 is Cyan = 0.63, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 93 | 250 | 16 | - |
| CMYK | 0.63 | 0 | 0.94 | 0.02 |
| HSL | 100.26º | 0.96% | 0.52% | - |
| HSV(B) | 100.26º | 0.94% | 0.98% | - |
| XYZ | 38.79 | 70.74 | 12.1 | - |
| YUV | 176.38 | 37.49 | 68.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 250 | 16 | 0.63 | 0 | 0.94 | 0.02 | 100.26 | 0.96 | 0.52 |
| Hex | 5D | FA | 10 | 3F | 0 | 5E | 2 | 64 | 60 | 34 |
| Octal | 135 | 372 | 20 | 77 | 0 | 136 | 2 | 144 | 140 | 64 |
| Binary | 1011101 | 11111010 | 10000 | 111111 | 0 | 1011110 | 10 | 1100100 | 1100000 | 110100 |
Color Harmonies of #5DFA10
Complementary color
Monochromatic Colors of #5DFA10
Black with #5DFA10
Text Example
Text Example
White with #5DFA10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DFA10; }
p { color: rgb(93,250,16); }
H1.HeaderClassName
{
color: #5DFA10;
}
.AnyTagClassName
{
color: #5DFA10;
}
</style>
background-color css
<style>
a { background-color: #5DFA10; }
a { background-color: rgb(93,250,16); }
div.DivClassName
{
background-color: #5DFA10;
}
.BgClassName
{
background-color: #5DFA10;
}
</style>
border-color css
<style>
span { border-color: #5DFA10; }
span { border-color: rgb(93,250,16); }
td.TdClassName
{
border-color: #5DFA10;
}
.TagClassName
{
border-color: #5DFA10;
}
</style>