Shades of Bright Green #5DF320
Tints of Bright Green #5DF320
RGB
CMYK
RGB Variations
Color information
#5DF320 (or 0x5DF320) is known color: Bright Green. HEX triplet: 5D, F3 and 20. RGB value is (93,243,32). Sum of RGB (Red+Green+Blue) = 93+243+32=368 (48% of max value = 765). Red value is 93 (36.72% from 255 or 25.27% from 368); Green value is 243 (95.31% from 255 or 66.03% from 368); Blue value is 32 (12.89% from 255 or 8.70% from 368); Max value from RGB is 243 - color contains mainly: green. Hex color #5DF320 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #5DF320 is #A20CDF. Grayscale: #AEAEAE. Windows color (decimal): -10620128 or 2159453. OLE color: 2159453.
HSL color Cylindrical-coordinate representation of color #5DF320: hue angle of 102.65º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #5DF320 is Cyan = 0.62, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 93 | 243 | 32 | - |
| CMYK | 0.62 | 0 | 0.87 | 0.05 |
| HSL | 102.65º | 0.9% | 0.54% | - |
| HSV(B) | 102.65º | 0.87% | 0.95% | - |
| XYZ | 36.83 | 66.53 | 12.27 | - |
| YUV | 174.1 | 47.81 | 70.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 243 | 32 | 0.62 | 0 | 0.87 | 0.05 | 102.65 | 0.9 | 0.54 |
| Hex | 5D | F3 | 20 | 3E | 0 | 57 | 5 | 67 | 5A | 36 |
| Octal | 135 | 363 | 40 | 76 | 0 | 127 | 5 | 147 | 132 | 66 |
| Binary | 1011101 | 11110011 | 100000 | 111110 | 0 | 1010111 | 101 | 1100111 | 1011010 | 110110 |
Color Harmonies of #5DF320
Complementary color
Monochromatic Colors of #5DF320
Black with #5DF320
Text Example
Text Example
White with #5DF320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DF320; }
p { color: rgb(93,243,32); }
H1.HeaderClassName
{
color: #5DF320;
}
.AnyTagClassName
{
color: #5DF320;
}
</style>
background-color css
<style>
a { background-color: #5DF320; }
a { background-color: rgb(93,243,32); }
div.DivClassName
{
background-color: #5DF320;
}
.BgClassName
{
background-color: #5DF320;
}
</style>
border-color css
<style>
span { border-color: #5DF320; }
span { border-color: rgb(93,243,32); }
td.TdClassName
{
border-color: #5DF320;
}
.TagClassName
{
border-color: #5DF320;
}
</style>