Shades of Electric Lime #BDF506
Tints of Electric Lime #BDF506
RGB
CMYK
RGB Variations
Color information
#BDF506 (or 0xBDF506) is known color: Electric Lime. HEX triplet: BD, F5 and 06. RGB value is (189,245,6). Sum of RGB (Red+Green+Blue) = 189+245+6=440 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.95% from 440); Green value is 245 (96.09% from 255 or 55.68% from 440); Blue value is 6 (2.73% from 255 or 1.36% from 440); Max value from RGB is 245 - color contains mainly: green. Hex color #BDF506 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BDF506 is #420AF9. Grayscale: #C9C9C9. Windows color (decimal): -4328186 or 456125. OLE color: 456125.
HSL color Cylindrical-coordinate representation of color #BDF506: hue angle of 74.06º degrees, saturation: 0.95, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BDF506 is Cyan = 0.23, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 189 | 245 | 6 | - |
| CMYK | 0.23 | 0 | 0.98 | 0.04 |
| HSL | 74.06º | 0.95% | 0.49% | - |
| HSV(B) | 74.06º | 0.98% | 0.96% | - |
| XYZ | 53.67 | 76.14 | 12.04 | - |
| YUV | 201.01 | 17.95 | 119.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 245 | 6 | 0.23 | 0 | 0.98 | 0.04 | 74.06 | 0.95 | 0.49 |
| Hex | BD | F5 | 6 | 17 | 0 | 62 | 4 | 4A | 5F | 31 |
| Octal | 275 | 365 | 6 | 27 | 0 | 142 | 4 | 112 | 137 | 61 |
| Binary | 10111101 | 11110101 | 110 | 10111 | 0 | 1100010 | 100 | 1001010 | 1011111 | 110001 |
Color Harmonies of #BDF506
Complementary color
Monochromatic Colors of #BDF506
Black with #BDF506
Text Example
Text Example
White with #BDF506
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF506; }
p { color: rgb(189,245,6); }
H1.HeaderClassName
{
color: #BDF506;
}
.AnyTagClassName
{
color: #BDF506;
}
</style>
background-color css
<style>
a { background-color: #BDF506; }
a { background-color: rgb(189,245,6); }
div.DivClassName
{
background-color: #BDF506;
}
.BgClassName
{
background-color: #BDF506;
}
</style>
border-color css
<style>
span { border-color: #BDF506; }
span { border-color: rgb(189,245,6); }
td.TdClassName
{
border-color: #BDF506;
}
.TagClassName
{
border-color: #BDF506;
}
</style>