Shades of Bright Green #5DF224
Tints of Bright Green #5DF224
RGB
CMYK
RGB Variations
Color information
#5DF224 (or 0x5DF224) is known color: Bright Green. HEX triplet: 5D, F2 and 24. RGB value is (93,242,36). Sum of RGB (Red+Green+Blue) = 93+242+36=371 (49% of max value = 765). Red value is 93 (36.72% from 255 or 25.07% from 371); Green value is 242 (94.92% from 255 or 65.23% from 371); Blue value is 36 (14.45% from 255 or 9.70% from 371); Max value from RGB is 242 - color contains mainly: green. Hex color #5DF224 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #5DF224 is #A20DDB. Grayscale: #AEAEAE. Windows color (decimal): -10620380 or 2421341. OLE color: 2421341.
HSL color Cylindrical-coordinate representation of color #5DF224: hue angle of 103.4º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5DF224 is Cyan = 0.62, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 93 | 242 | 36 | - |
| CMYK | 0.62 | 0 | 0.85 | 0.05 |
| HSL | 103.4º | 0.89% | 0.55% | - |
| HSV(B) | 103.4º | 0.85% | 0.95% | - |
| XYZ | 36.58 | 65.96 | 12.47 | - |
| YUV | 173.97 | 50.14 | 70.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 242 | 36 | 0.62 | 0 | 0.85 | 0.05 | 103.4 | 0.89 | 0.55 |
| Hex | 5D | F2 | 24 | 3E | 0 | 55 | 5 | 67 | 59 | 37 |
| Octal | 135 | 362 | 44 | 76 | 0 | 125 | 5 | 147 | 131 | 67 |
| Binary | 1011101 | 11110010 | 100100 | 111110 | 0 | 1010101 | 101 | 1100111 | 1011001 | 110111 |
Color Harmonies of #5DF224
Complementary color
Monochromatic Colors of #5DF224
Black with #5DF224
Text Example
Text Example
White with #5DF224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DF224; }
p { color: rgb(93,242,36); }
H1.HeaderClassName
{
color: #5DF224;
}
.AnyTagClassName
{
color: #5DF224;
}
</style>
background-color css
<style>
a { background-color: #5DF224; }
a { background-color: rgb(93,242,36); }
div.DivClassName
{
background-color: #5DF224;
}
.BgClassName
{
background-color: #5DF224;
}
</style>
border-color css
<style>
span { border-color: #5DF224; }
span { border-color: rgb(93,242,36); }
td.TdClassName
{
border-color: #5DF224;
}
.TagClassName
{
border-color: #5DF224;
}
</style>