Shades of Bright Green #5DF32F
Tints of Bright Green #5DF32F
RGB
CMYK
RGB Variations
Color information
#5DF32F (or 0x5DF32F) is known color: Bright Green. HEX triplet: 5D, F3 and 2F. RGB value is (93,243,47). Sum of RGB (Red+Green+Blue) = 93+243+47=383 (50% of max value = 765). Red value is 93 (36.72% from 255 or 24.28% from 383); Green value is 243 (95.31% from 255 or 63.45% from 383); Blue value is 47 (18.75% from 255 or 12.27% from 383); Max value from RGB is 243 - color contains mainly: green. Hex color #5DF32F is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #5DF32F is #A20CD0. Grayscale: #B0B0B0. Windows color (decimal): -10620113 or 3142493. OLE color: 3142493.
HSL color Cylindrical-coordinate representation of color #5DF32F: hue angle of 105.92º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5DF32F is Cyan = 0.62, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 93 | 243 | 47 | - |
| CMYK | 0.62 | 0 | 0.81 | 0.05 |
| HSL | 105.92º | 0.89% | 0.57% | - |
| HSV(B) | 105.92º | 0.81% | 0.95% | - |
| XYZ | 37.08 | 66.63 | 13.6 | - |
| YUV | 175.81 | 55.31 | 68.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 243 | 47 | 0.62 | 0 | 0.81 | 0.05 | 105.92 | 0.89 | 0.57 |
| Hex | 5D | F3 | 2F | 3E | 0 | 51 | 5 | 6A | 59 | 39 |
| Octal | 135 | 363 | 57 | 76 | 0 | 121 | 5 | 152 | 131 | 71 |
| Binary | 1011101 | 11110011 | 101111 | 111110 | 0 | 1010001 | 101 | 1101010 | 1011001 | 111001 |
Color Harmonies of #5DF32F
Complementary color
Monochromatic Colors of #5DF32F
Black with #5DF32F
Text Example
Text Example
White with #5DF32F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DF32F; }
p { color: rgb(93,243,47); }
H1.HeaderClassName
{
color: #5DF32F;
}
.AnyTagClassName
{
color: #5DF32F;
}
</style>
background-color css
<style>
a { background-color: #5DF32F; }
a { background-color: rgb(93,243,47); }
div.DivClassName
{
background-color: #5DF32F;
}
.BgClassName
{
background-color: #5DF32F;
}
</style>
border-color css
<style>
span { border-color: #5DF32F; }
span { border-color: rgb(93,243,47); }
td.TdClassName
{
border-color: #5DF32F;
}
.TagClassName
{
border-color: #5DF32F;
}
</style>