Shades of Bright Green #5FF224
Tints of Bright Green #5FF224
RGB
CMYK
RGB Variations
Color information
#5FF224 (or 0x5FF224) is known color: Bright Green. HEX triplet: 5F, F2 and 24. RGB value is (95,242,36). Sum of RGB (Red+Green+Blue) = 95+242+36=373 (49% of max value = 765). Red value is 95 (37.5% from 255 or 25.47% from 373); Green value is 242 (94.92% from 255 or 64.88% from 373); Blue value is 36 (14.45% from 255 or 9.65% from 373); Max value from RGB is 242 - color contains mainly: green. Hex color #5FF224 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #5FF224 is #A00DDB. Grayscale: #AFAFAF. Windows color (decimal): -10489308 or 2421343. OLE color: 2421343.
HSL color Cylindrical-coordinate representation of color #5FF224: hue angle of 102.82º 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 #5FF224 is Cyan = 0.61, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 95 | 242 | 36 | - |
| CMYK | 0.61 | 0 | 0.85 | 0.05 |
| HSL | 102.82º | 0.89% | 0.55% | - |
| HSV(B) | 102.82º | 0.85% | 0.95% | - |
| XYZ | 36.79 | 66.06 | 12.48 | - |
| YUV | 174.56 | 49.8 | 71.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 242 | 36 | 0.61 | 0 | 0.85 | 0.05 | 102.82 | 0.89 | 0.55 |
| Hex | 5F | F2 | 24 | 3D | 0 | 55 | 5 | 67 | 59 | 37 |
| Octal | 137 | 362 | 44 | 75 | 0 | 125 | 5 | 147 | 131 | 67 |
| Binary | 1011111 | 11110010 | 100100 | 111101 | 0 | 1010101 | 101 | 1100111 | 1011001 | 110111 |
Color Harmonies of #5FF224
Complementary color
Monochromatic Colors of #5FF224
Black with #5FF224
Text Example
Text Example
White with #5FF224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FF224; }
p { color: rgb(95,242,36); }
H1.HeaderClassName
{
color: #5FF224;
}
.AnyTagClassName
{
color: #5FF224;
}
</style>
background-color css
<style>
a { background-color: #5FF224; }
a { background-color: rgb(95,242,36); }
div.DivClassName
{
background-color: #5FF224;
}
.BgClassName
{
background-color: #5FF224;
}
</style>
border-color css
<style>
span { border-color: #5FF224; }
span { border-color: rgb(95,242,36); }
td.TdClassName
{
border-color: #5FF224;
}
.TagClassName
{
border-color: #5FF224;
}
</style>