Shades of Bright Green #5DF328
Tints of Bright Green #5DF328
RGB
CMYK
RGB Variations
Color information
#5DF328 (or 0x5DF328) is known color: Bright Green. HEX triplet: 5D, F3 and 28. RGB value is (93,243,40). Sum of RGB (Red+Green+Blue) = 93+243+40=376 (49% of max value = 765). Red value is 93 (36.72% from 255 or 24.73% from 376); Green value is 243 (95.31% from 255 or 64.63% from 376); Blue value is 40 (16.02% from 255 or 10.64% from 376); Max value from RGB is 243 - color contains mainly: green. Hex color #5DF328 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #5DF328 is #A20CD7. Grayscale: #AFAFAF. Windows color (decimal): -10620120 or 2683741. OLE color: 2683741.
HSL color Cylindrical-coordinate representation of color #5DF328: hue angle of 104.33º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5DF328 is Cyan = 0.62, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 93 | 243 | 40 | - |
| CMYK | 0.62 | 0 | 0.84 | 0.05 |
| HSL | 104.34º | 0.89% | 0.55% | - |
| HSV(B) | 104.34º | 0.84% | 0.95% | - |
| XYZ | 36.95 | 66.58 | 12.91 | - |
| YUV | 175.01 | 51.81 | 69.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 243 | 40 | 0.62 | 0 | 0.84 | 0.05 | 104.34 | 0.89 | 0.55 |
| Hex | 5D | F3 | 28 | 3E | 0 | 54 | 5 | 68 | 59 | 37 |
| Octal | 135 | 363 | 50 | 76 | 0 | 124 | 5 | 150 | 131 | 67 |
| Binary | 1011101 | 11110011 | 101000 | 111110 | 0 | 1010100 | 101 | 1101000 | 1011001 | 110111 |
Color Harmonies of #5DF328
Complementary color
Monochromatic Colors of #5DF328
Black with #5DF328
Text Example
Text Example
White with #5DF328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DF328; }
p { color: rgb(93,243,40); }
H1.HeaderClassName
{
color: #5DF328;
}
.AnyTagClassName
{
color: #5DF328;
}
</style>
background-color css
<style>
a { background-color: #5DF328; }
a { background-color: rgb(93,243,40); }
div.DivClassName
{
background-color: #5DF328;
}
.BgClassName
{
background-color: #5DF328;
}
</style>
border-color css
<style>
span { border-color: #5DF328; }
span { border-color: rgb(93,243,40); }
td.TdClassName
{
border-color: #5DF328;
}
.TagClassName
{
border-color: #5DF328;
}
</style>