Shades of Bright Green #5FF227
Tints of Bright Green #5FF227
RGB
CMYK
RGB Variations
Color information
#5FF227 (or 0x5FF227) is known color: Bright Green. HEX triplet: 5F, F2 and 27. RGB value is (95,242,39). Sum of RGB (Red+Green+Blue) = 95+242+39=376 (49% of max value = 765). Red value is 95 (37.5% from 255 or 25.27% from 376); Green value is 242 (94.92% from 255 or 64.36% from 376); Blue value is 39 (15.62% from 255 or 10.37% from 376); Max value from RGB is 242 - color contains mainly: green. Hex color #5FF227 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #5FF227 is #A00DD8. Grayscale: #AFAFAF. Windows color (decimal): -10489305 or 2617951. OLE color: 2617951.
HSL color Cylindrical-coordinate representation of color #5FF227: hue angle of 103.45º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5FF227 is Cyan = 0.61, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 95 | 242 | 39 | - |
| CMYK | 0.61 | 0 | 0.84 | 0.05 |
| HSL | 103.45º | 0.89% | 0.55% | - |
| HSV(B) | 103.45º | 0.84% | 0.95% | - |
| XYZ | 36.84 | 66.08 | 12.73 | - |
| YUV | 174.91 | 51.3 | 71.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 242 | 39 | 0.61 | 0 | 0.84 | 0.05 | 103.45 | 0.89 | 0.55 |
| Hex | 5F | F2 | 27 | 3D | 0 | 54 | 5 | 67 | 59 | 37 |
| Octal | 137 | 362 | 47 | 75 | 0 | 124 | 5 | 147 | 131 | 67 |
| Binary | 1011111 | 11110010 | 100111 | 111101 | 0 | 1010100 | 101 | 1100111 | 1011001 | 110111 |
Color Harmonies of #5FF227
Complementary color
Monochromatic Colors of #5FF227
Black with #5FF227
Text Example
Text Example
White with #5FF227
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FF227; }
p { color: rgb(95,242,39); }
H1.HeaderClassName
{
color: #5FF227;
}
.AnyTagClassName
{
color: #5FF227;
}
</style>
background-color css
<style>
a { background-color: #5FF227; }
a { background-color: rgb(95,242,39); }
div.DivClassName
{
background-color: #5FF227;
}
.BgClassName
{
background-color: #5FF227;
}
</style>
border-color css
<style>
span { border-color: #5FF227; }
span { border-color: rgb(95,242,39); }
td.TdClassName
{
border-color: #5FF227;
}
.TagClassName
{
border-color: #5FF227;
}
</style>