Shades of Inch Worm #BDF00E
Tints of Inch Worm #BDF00E
RGB
CMYK
RGB Variations
Color information
#BDF00E (or 0xBDF00E) is known color: Inch Worm. HEX triplet: BD, F0 and 0E. RGB value is (189,240,14). Sum of RGB (Red+Green+Blue) = 189+240+14=443 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.66% from 443); Green value is 240 (94.14% from 255 or 54.18% from 443); Blue value is 14 (5.86% from 255 or 3.16% from 443); Max value from RGB is 240 - color contains mainly: green. Hex color #BDF00E is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BDF00E is #420FF1. Grayscale: #C7C7C7. Windows color (decimal): -4329458 or 979133. OLE color: 979133.
HSL color Cylindrical-coordinate representation of color #BDF00E: hue angle of 73.54º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BDF00E is Cyan = 0.21, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 189 | 240 | 14 | - |
| CMYK | 0.21 | 0 | 0.94 | 0.06 |
| HSL | 73.54º | 0.89% | 0.5% | - |
| HSV(B) | 73.54º | 0.94% | 0.94% | - |
| XYZ | 52.23 | 73.17 | 11.79 | - |
| YUV | 198.99 | 23.6 | 120.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 240 | 14 | 0.21 | 0 | 0.94 | 0.06 | 73.54 | 0.89 | 0.5 |
| Hex | BD | F0 | E | 15 | 0 | 5E | 6 | 4A | 59 | 32 |
| Octal | 275 | 360 | 16 | 25 | 0 | 136 | 6 | 112 | 131 | 62 |
| Binary | 10111101 | 11110000 | 1110 | 10101 | 0 | 1011110 | 110 | 1001010 | 1011001 | 110010 |
Color Harmonies of #BDF00E
Complementary color
Monochromatic Colors of #BDF00E
Black with #BDF00E
Text Example
Text Example
White with #BDF00E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF00E; }
p { color: rgb(189,240,14); }
H1.HeaderClassName
{
color: #BDF00E;
}
.AnyTagClassName
{
color: #BDF00E;
}
</style>
background-color css
<style>
a { background-color: #BDF00E; }
a { background-color: rgb(189,240,14); }
div.DivClassName
{
background-color: #BDF00E;
}
.BgClassName
{
background-color: #BDF00E;
}
</style>
border-color css
<style>
span { border-color: #BDF00E; }
span { border-color: rgb(189,240,14); }
td.TdClassName
{
border-color: #BDF00E;
}
.TagClassName
{
border-color: #BDF00E;
}
</style>