Shades of Bright Green #5DFF2A
Tints of Bright Green #5DFF2A
RGB
CMYK
RGB Variations
Color information
#5DFF2A (or 0x5DFF2A) is known color: Bright Green. HEX triplet: 5D, FF and 2A. RGB value is (93,255,42). Sum of RGB (Red+Green+Blue) = 93+255+42=390 (51% of max value = 765). Red value is 93 (36.72% from 255 or 23.85% from 390); Green value is 255 (100% from 255 or 65.38% from 390); Blue value is 42 (16.80% from 255 or 10.77% from 390); Max value from RGB is 255 - color contains mainly: green. Hex color #5DFF2A is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #5DFF2A is #A200D5. Grayscale: #B6B6B6. Windows color (decimal): -10617046 or 2817885. OLE color: 2817885.
HSL color Cylindrical-coordinate representation of color #5DFF2A: hue angle of 105.63º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5DFF2A is Cyan = 0.64, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.
Color convert
| RGB | 93 | 255 | 42 | - |
| CMYK | 0.64 | 0 | 0.84 | 0 |
| HSL | 105.63º | 1% | 0.58% | - |
| HSV(B) | 105.63º | 0.84% | 1% | - |
| XYZ | 40.69 | 74.01 | 14.33 | - |
| YUV | 182.28 | 48.83 | 64.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 255 | 42 | 0.64 | 0 | 0.84 | 0 | 105.63 | 1 | 0.58 |
| Hex | 5D | FF | 2A | 40 | 0 | 54 | 0 | 6A | 64 | 3A |
| Octal | 135 | 377 | 52 | 100 | 0 | 124 | 0 | 152 | 144 | 72 |
| Binary | 1011101 | 11111111 | 101010 | 1000000 | 0 | 1010100 | 0 | 1101010 | 1100100 | 111010 |
Color Harmonies of #5DFF2A
Complementary color
Monochromatic Colors of #5DFF2A
Black with #5DFF2A
Text Example
Text Example
White with #5DFF2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DFF2A; }
p { color: rgb(93,255,42); }
H1.HeaderClassName
{
color: #5DFF2A;
}
.AnyTagClassName
{
color: #5DFF2A;
}
</style>
background-color css
<style>
a { background-color: #5DFF2A; }
a { background-color: rgb(93,255,42); }
div.DivClassName
{
background-color: #5DFF2A;
}
.BgClassName
{
background-color: #5DFF2A;
}
</style>
border-color css
<style>
span { border-color: #5DFF2A; }
span { border-color: rgb(93,255,42); }
td.TdClassName
{
border-color: #5DFF2A;
}
.TagClassName
{
border-color: #5DFF2A;
}
</style>