Shades of Electric Lime #BFF805
Tints of Electric Lime #BFF805
RGB
CMYK
RGB Variations
Color information
#BFF805 (or 0xBFF805) is known color: Electric Lime. HEX triplet: BF, F8 and 05. RGB value is (191,248,5). Sum of RGB (Red+Green+Blue) = 191+248+5=444 (58% of max value = 765). Red value is 191 (75% from 255 or 43.02% from 444); Green value is 248 (97.27% from 255 or 55.86% from 444); Blue value is 5 (2.34% from 255 or 1.13% from 444); Max value from RGB is 248 - color contains mainly: green. Hex color #BFF805 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BFF805 is #4007FA. Grayscale: #CCCCCC. Windows color (decimal): -4196347 or 391359. OLE color: 391359.
HSL color Cylindrical-coordinate representation of color #BFF805: hue angle of 74.07º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BFF805 is Cyan = 0.23, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 191 | 248 | 5 | - |
| CMYK | 0.23 | 0 | 0.98 | 0.03 |
| HSL | 74.07º | 0.96% | 0.5% | - |
| HSV(B) | 74.07º | 0.98% | 0.97% | - |
| XYZ | 55.08 | 78.22 | 12.34 | - |
| YUV | 203.26 | 16.12 | 119.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 248 | 5 | 0.23 | 0 | 0.98 | 0.03 | 74.07 | 0.96 | 0.5 |
| Hex | BF | F8 | 5 | 17 | 0 | 62 | 3 | 4A | 60 | 32 |
| Octal | 277 | 370 | 5 | 27 | 0 | 142 | 3 | 112 | 140 | 62 |
| Binary | 10111111 | 11111000 | 101 | 10111 | 0 | 1100010 | 11 | 1001010 | 1100000 | 110010 |
Color Harmonies of #BFF805
Complementary color
Monochromatic Colors of #BFF805
Black with #BFF805
Text Example
Text Example
White with #BFF805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF805; }
p { color: rgb(191,248,5); }
H1.HeaderClassName
{
color: #BFF805;
}
.AnyTagClassName
{
color: #BFF805;
}
</style>
background-color css
<style>
a { background-color: #BFF805; }
a { background-color: rgb(191,248,5); }
div.DivClassName
{
background-color: #BFF805;
}
.BgClassName
{
background-color: #BFF805;
}
</style>
border-color css
<style>
span { border-color: #BFF805; }
span { border-color: rgb(191,248,5); }
td.TdClassName
{
border-color: #BFF805;
}
.TagClassName
{
border-color: #BFF805;
}
</style>