Shades of Electric Lime #BDF706
Tints of Electric Lime #BDF706
RGB
CMYK
RGB Variations
Color information
#BDF706 (or 0xBDF706) is known color: Electric Lime. HEX triplet: BD, F7 and 06. RGB value is (189,247,6). Sum of RGB (Red+Green+Blue) = 189+247+6=442 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.76% from 442); Green value is 247 (96.88% from 255 or 55.88% from 442); Blue value is 6 (2.73% from 255 or 1.36% from 442); Max value from RGB is 247 - color contains mainly: green. Hex color #BDF706 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BDF706 is #4208F9. Grayscale: #CBCBCB. Windows color (decimal): -4327674 or 456637. OLE color: 456637.
HSL color Cylindrical-coordinate representation of color #BDF706: hue angle of 74.44º degrees, saturation: 0.95, 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 #BDF706 is Cyan = 0.23, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 189 | 247 | 6 | - |
| CMYK | 0.23 | 0 | 0.98 | 0.03 |
| HSL | 74.44º | 0.95% | 0.5% | - |
| HSV(B) | 74.44º | 0.98% | 0.97% | - |
| XYZ | 54.28 | 77.35 | 12.24 | - |
| YUV | 202.18 | 17.28 | 118.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 247 | 6 | 0.23 | 0 | 0.98 | 0.03 | 74.44 | 0.95 | 0.5 |
| Hex | BD | F7 | 6 | 17 | 0 | 62 | 3 | 4A | 5F | 32 |
| Octal | 275 | 367 | 6 | 27 | 0 | 142 | 3 | 112 | 137 | 62 |
| Binary | 10111101 | 11110111 | 110 | 10111 | 0 | 1100010 | 11 | 1001010 | 1011111 | 110010 |
Color Harmonies of #BDF706
Complementary color
Monochromatic Colors of #BDF706
Black with #BDF706
Text Example
Text Example
White with #BDF706
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF706; }
p { color: rgb(189,247,6); }
H1.HeaderClassName
{
color: #BDF706;
}
.AnyTagClassName
{
color: #BDF706;
}
</style>
background-color css
<style>
a { background-color: #BDF706; }
a { background-color: rgb(189,247,6); }
div.DivClassName
{
background-color: #BDF706;
}
.BgClassName
{
background-color: #BDF706;
}
</style>
border-color css
<style>
span { border-color: #BDF706; }
span { border-color: rgb(189,247,6); }
td.TdClassName
{
border-color: #BDF706;
}
.TagClassName
{
border-color: #BDF706;
}
</style>