Shades of Bright Green #5FF228
Tints of Bright Green #5FF228
RGB
CMYK
RGB Variations
Color information
#5FF228 (or 0x5FF228) is known color: Bright Green. HEX triplet: 5F, F2 and 28. RGB value is (95,242,40). Sum of RGB (Red+Green+Blue) = 95+242+40=377 (49% of max value = 765). Red value is 95 (37.5% from 255 or 25.20% from 377); Green value is 242 (94.92% from 255 or 64.19% from 377); Blue value is 40 (16.02% from 255 or 10.61% from 377); Max value from RGB is 242 - color contains mainly: green. Hex color #5FF228 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #5FF228 is #A00DD7. Grayscale: #AFAFAF. Windows color (decimal): -10489304 or 2683487. OLE color: 2683487.
HSL color Cylindrical-coordinate representation of color #5FF228: hue angle of 103.66º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5FF228 is Cyan = 0.61, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 95 | 242 | 40 | - |
| CMYK | 0.61 | 0 | 0.83 | 0.05 |
| HSL | 103.66º | 0.89% | 0.55% | - |
| HSV(B) | 103.66º | 0.83% | 0.95% | - |
| XYZ | 36.85 | 66.09 | 12.82 | - |
| YUV | 175.02 | 51.8 | 70.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 242 | 40 | 0.61 | 0 | 0.83 | 0.05 | 103.66 | 0.89 | 0.55 |
| Hex | 5F | F2 | 28 | 3D | 0 | 53 | 5 | 68 | 59 | 37 |
| Octal | 137 | 362 | 50 | 75 | 0 | 123 | 5 | 150 | 131 | 67 |
| Binary | 1011111 | 11110010 | 101000 | 111101 | 0 | 1010011 | 101 | 1101000 | 1011001 | 110111 |
Color Harmonies of #5FF228
Complementary color
Monochromatic Colors of #5FF228
Black with #5FF228
Text Example
Text Example
White with #5FF228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FF228; }
p { color: rgb(95,242,40); }
H1.HeaderClassName
{
color: #5FF228;
}
.AnyTagClassName
{
color: #5FF228;
}
</style>
background-color css
<style>
a { background-color: #5FF228; }
a { background-color: rgb(95,242,40); }
div.DivClassName
{
background-color: #5FF228;
}
.BgClassName
{
background-color: #5FF228;
}
</style>
border-color css
<style>
span { border-color: #5FF228; }
span { border-color: rgb(95,242,40); }
td.TdClassName
{
border-color: #5FF228;
}
.TagClassName
{
border-color: #5FF228;
}
</style>