Shades of Bright Green #5FF825
Tints of Bright Green #5FF825
RGB
CMYK
RGB Variations
Color information
#5FF825 (or 0x5FF825) is known color: Bright Green. HEX triplet: 5F, F8 and 25. RGB value is (95,248,37). Sum of RGB (Red+Green+Blue) = 95+248+37=380 (50% of max value = 765). Red value is 95 (37.5% from 255 or 25% from 380); Green value is 248 (97.27% from 255 or 65.26% from 380); Blue value is 37 (14.84% from 255 or 9.74% from 380); Max value from RGB is 248 - color contains mainly: green. Hex color #5FF825 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #5FF825 is #A007DA. Grayscale: #B2B2B2. Windows color (decimal): -10487771 or 2488415. OLE color: 2488415.
HSL color Cylindrical-coordinate representation of color #5FF825: hue angle of 103.51º degrees, saturation: 0.94, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5FF825 is Cyan = 0.62, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 95 | 248 | 37 | - |
| CMYK | 0.62 | 0 | 0.85 | 0.03 |
| HSL | 103.51º | 0.94% | 0.56% | - |
| HSV(B) | 103.51º | 0.85% | 0.97% | - |
| XYZ | 38.62 | 69.7 | 13.17 | - |
| YUV | 178.2 | 48.31 | 68.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 248 | 37 | 0.62 | 0 | 0.85 | 0.03 | 103.51 | 0.94 | 0.56 |
| Hex | 5F | F8 | 25 | 3E | 0 | 55 | 3 | 68 | 5E | 38 |
| Octal | 137 | 370 | 45 | 76 | 0 | 125 | 3 | 150 | 136 | 70 |
| Binary | 1011111 | 11111000 | 100101 | 111110 | 0 | 1010101 | 11 | 1101000 | 1011110 | 111000 |
Color Harmonies of #5FF825
Complementary color
Monochromatic Colors of #5FF825
Black with #5FF825
Text Example
Text Example
White with #5FF825
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FF825; }
p { color: rgb(95,248,37); }
H1.HeaderClassName
{
color: #5FF825;
}
.AnyTagClassName
{
color: #5FF825;
}
</style>
background-color css
<style>
a { background-color: #5FF825; }
a { background-color: rgb(95,248,37); }
div.DivClassName
{
background-color: #5FF825;
}
.BgClassName
{
background-color: #5FF825;
}
</style>
border-color css
<style>
span { border-color: #5FF825; }
span { border-color: rgb(95,248,37); }
td.TdClassName
{
border-color: #5FF825;
}
.TagClassName
{
border-color: #5FF825;
}
</style>