Shades of Inch Worm #BDF007
Tints of Inch Worm #BDF007
RGB
CMYK
RGB Variations
Color information
#BDF007 (or 0xBDF007) is known color: Inch Worm. HEX triplet: BD, F0 and 07. RGB value is (189,240,7). Sum of RGB (Red+Green+Blue) = 189+240+7=436 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.35% from 436); Green value is 240 (94.14% from 255 or 55.05% from 436); Blue value is 7 (3.12% from 255 or 1.61% from 436); Max value from RGB is 240 - color contains mainly: green. Hex color #BDF007 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BDF007 is #420FF8. Grayscale: #C7C7C7. Windows color (decimal): -4329465 or 520381. OLE color: 520381.
HSL color Cylindrical-coordinate representation of color #BDF007: hue angle of 73.13º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BDF007 is Cyan = 0.21, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 189 | 240 | 7 | - |
| CMYK | 0.21 | 0 | 0.97 | 0.06 |
| HSL | 73.13º | 0.94% | 0.48% | - |
| HSV(B) | 73.13º | 0.97% | 0.94% | - |
| XYZ | 52.18 | 73.15 | 11.57 | - |
| YUV | 198.19 | 20.1 | 121.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 240 | 7 | 0.21 | 0 | 0.97 | 0.06 | 73.13 | 0.94 | 0.48 |
| Hex | BD | F0 | 7 | 15 | 0 | 61 | 6 | 49 | 5E | 30 |
| Octal | 275 | 360 | 7 | 25 | 0 | 141 | 6 | 111 | 136 | 60 |
| Binary | 10111101 | 11110000 | 111 | 10101 | 0 | 1100001 | 110 | 1001001 | 1011110 | 110000 |
Color Harmonies of #BDF007
Complementary color
Monochromatic Colors of #BDF007
Black with #BDF007
Text Example
Text Example
White with #BDF007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF007; }
p { color: rgb(189,240,7); }
H1.HeaderClassName
{
color: #BDF007;
}
.AnyTagClassName
{
color: #BDF007;
}
</style>
background-color css
<style>
a { background-color: #BDF007; }
a { background-color: rgb(189,240,7); }
div.DivClassName
{
background-color: #BDF007;
}
.BgClassName
{
background-color: #BDF007;
}
</style>
border-color css
<style>
span { border-color: #BDF007; }
span { border-color: rgb(189,240,7); }
td.TdClassName
{
border-color: #BDF007;
}
.TagClassName
{
border-color: #BDF007;
}
</style>