Shades of Bright Green #5FF81F
Tints of Bright Green #5FF81F
RGB
CMYK
RGB Variations
Color information
#5FF81F (or 0x5FF81F) is known color: Bright Green. HEX triplet: 5F, F8 and 1F. RGB value is (95,248,31). Sum of RGB (Red+Green+Blue) = 95+248+31=374 (49% of max value = 765). Red value is 95 (37.5% from 255 or 25.40% from 374); Green value is 248 (97.27% from 255 or 66.31% from 374); Blue value is 31 (12.5% from 255 or 8.29% from 374); Max value from RGB is 248 - color contains mainly: green. Hex color #5FF81F is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #5FF81F is #A007E0. Grayscale: #B2B2B2. Windows color (decimal): -10487777 or 2095199. OLE color: 2095199.
HSL color Cylindrical-coordinate representation of color #5FF81F: hue angle of 102.3º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5FF81F is Cyan = 0.62, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 95 | 248 | 31 | - |
| CMYK | 0.62 | 0 | 0.88 | 0.03 |
| HSL | 102.3º | 0.94% | 0.55% | - |
| HSV(B) | 102.3º | 0.88% | 0.97% | - |
| XYZ | 38.53 | 69.67 | 12.71 | - |
| YUV | 177.52 | 45.31 | 69.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 248 | 31 | 0.62 | 0 | 0.88 | 0.03 | 102.3 | 0.94 | 0.55 |
| Hex | 5F | F8 | 1F | 3E | 0 | 58 | 3 | 66 | 5E | 37 |
| Octal | 137 | 370 | 37 | 76 | 0 | 130 | 3 | 146 | 136 | 67 |
| Binary | 1011111 | 11111000 | 11111 | 111110 | 0 | 1011000 | 11 | 1100110 | 1011110 | 110111 |
Color Harmonies of #5FF81F
Complementary color
Monochromatic Colors of #5FF81F
Black with #5FF81F
Text Example
Text Example
White with #5FF81F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FF81F; }
p { color: rgb(95,248,31); }
H1.HeaderClassName
{
color: #5FF81F;
}
.AnyTagClassName
{
color: #5FF81F;
}
</style>
background-color css
<style>
a { background-color: #5FF81F; }
a { background-color: rgb(95,248,31); }
div.DivClassName
{
background-color: #5FF81F;
}
.BgClassName
{
background-color: #5FF81F;
}
</style>
border-color css
<style>
span { border-color: #5FF81F; }
span { border-color: rgb(95,248,31); }
td.TdClassName
{
border-color: #5FF81F;
}
.TagClassName
{
border-color: #5FF81F;
}
</style>